You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
scalac respects -source option choices only if they are passed via colon to it: -source:future, -source:future-migration, etc.
As far as I could understand, sbt-tpolecat passes all options along with arguments to scalac as one big List[String] turn lead to ignore or such options.
scalac
respects-source
option choices only if they are passed via colon to it:-source:future
,-source:future-migration
, etc.As far as I could understand,
sbt-tpolecat
passes all options along with arguments to scalac as one bigList[String]
turn lead to ignore or such options.Could be shown with this
scala-cli
scripts:Working one:
Incorrect:
Compilation fails with:
P.S. the same could be said about
-Ykind-projector:underscores
and other:
options.The text was updated successfully, but these errors were encountered: