Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do I configure Scala3 options? #70

Open
frozenwizard opened this issue Sep 1, 2023 · 0 comments
Open

How do I configure Scala3 options? #70

frozenwizard opened this issue Sep 1, 2023 · 0 comments

Comments

@frozenwizard
Copy link

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),

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant