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

Add -Ybackend-parallelism and -release #76

Merged
merged 1 commit into from
May 6, 2022

Conversation

DavidGregory084
Copy link
Member

... and use them to test a fix for #74.

Unfortunately this means letting go of the fix for #60 - we can no longer support users appending to ThisBuild / scalacOptions. I believe that appending to ThisBuild / tpolecatScalacOptions would work though.

Comment on lines +47 to +48
def release(version: String) =
new ScalacOption(List("-release", version), version => version > V2_12_5)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note this flag has been renamed to -java-output-version in 3.1.2 as of scala/scala3#14606.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah cool, I will spend some time next week to understand everything that has happened there. It looks like they have left the old names in as aliases luckily.

@DavidGregory084 DavidGregory084 merged commit ba6488d into main May 6, 2022
@DavidGregory084 DavidGregory084 deleted the multiple-arg-options branch May 6, 2022 18:23
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

Successfully merging this pull request may close these issues.

2 participants