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

Fix duplicate compiler classpath and bootclasspath options #1721

Merged
merged 1 commit into from
Apr 14, 2022

Conversation

tgodzik
Copy link
Contributor

@tgodzik tgodzik commented Apr 13, 2022

Previously we created compiler arguments on the Bloop side and it turns out that it's already being done in Zinc, so this way we duplicate some of the options. Now, we just use the user scalacOptions, while Zinc takes cares of the other options.

Fixes scalameta/metals#3766

Previously we created compiler arguments on the Bloop side and it turns out that it's already being done in Zinc, so this way we duplicate some of the options. Now, we just use the user scalacOptions, while Zinc takes cares of the other options.
@tgodzik tgodzik requested review from ckipp01 and kpodsiad April 13, 2022 16:50
Copy link
Member

@ckipp01 ckipp01 left a comment

Choose a reason for hiding this comment

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

LGTM!

@tgodzik tgodzik merged commit bfcb709 into scalacenter:main Apr 14, 2022
@tgodzik tgodzik deleted the fix-duplicate branch April 14, 2022 08:07
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.

ERROR Flag -classpath set repeatedly
3 participants