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 on option to pass Java options to the compiler process when running with --server=false #2477

Closed
SakulK opened this issue Oct 19, 2023 · 0 comments · Fixed by #2601
Closed
Labels
enhancement New feature or request
Projects

Comments

@SakulK
Copy link

SakulK commented Oct 19, 2023

Is your feature request related to a problem? Please describe.
When running with --server=false scala-cli runs a scala compiler process (main class dotty.tools.dotc.Main for scala 3), it would be nice to be able to pass Java options (like -Xmx) to that process.

Describe the solution you'd like
A new CLI option, something like --compiler-java-opt or --standalone-compiler-java-opt analogous to --bloop-java-opt and --java-opt

@SakulK SakulK added the enhancement New feature or request label Oct 19, 2023
@tgodzik tgodzik added this to To do in Issue Board via automation Oct 23, 2023
Issue Board automation moved this from To do to Done Dec 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

Successfully merging a pull request may close this issue.

1 participant