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

Pass java opts to scalac #2601

Merged

Conversation

MaciejG604
Copy link
Contributor

Fixes #2477

Should we leave passing options from --javac-opts flag to scalac? I can't really backtrace why it is like that now.

@MaciejG604 MaciejG604 force-pushed the fix/pass-java-options-to-scalac branch from 3f7ef17 to e46ccfe Compare December 3, 2023 10:58
@Gedochao
Copy link
Contributor

Gedochao commented Dec 4, 2023

Should we leave passing options from --javac-opts flag to scalac? I can't really backtrace why it is like that now.

I think we should. The Scala compiler acts as the Java compiler in this case, so it makes sense.

Copy link
Contributor

@Gedochao Gedochao left a comment

Choose a reason for hiding this comment

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

LGTM

@MaciejG604 MaciejG604 merged commit 9f1b991 into VirtusLab:main Dec 4, 2023
58 checks passed
@Gedochao Gedochao added this to To Document in Issue Board Dec 6, 2023
@MaciejG604 MaciejG604 moved this from To Document to Done in Issue Board Dec 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

Add on option to pass Java options to the compiler process when running with --server=false
2 participants