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
I'm using sbt-tpolecat to configure my scalac options and it uses scalac-options. There seems to be a large list of Scala3 options missing. Is there plans to add them? For now I was able to work around adding an option tot polecatScalacOptions by using the ScalacOptions.other. However, it's use is semi not intuitive or mentioned in the readme as an option. If would be nice to see an example in the Readme on it's use for support of options that are not in the library yet.
For example:
tpolecatScalacOptions += ScalacOptions.other("-Xmax-inlines", List("60"), V3_3_0 => true),
The text was updated successfully, but these errors were encountered:
I'm using sbt-tpolecat to configure my scalac options and it uses scalac-options. There seems to be a large list of Scala3 options missing. Is there plans to add them? For now I was able to work around adding an option tot polecatScalacOptions by using the ScalacOptions.other. However, it's use is semi not intuitive or mentioned in the readme as an option. If would be nice to see an example in the Readme on it's use for support of options that are not in the library yet.
For example:
tpolecatScalacOptions += ScalacOptions.other("-Xmax-inlines", List("60"), V3_3_0 => true),
The text was updated successfully, but these errors were encountered: