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 special handling for the -Xplugin-list compiler option #2635

Merged

Conversation

Gedochao
Copy link
Contributor

Relevant ticket: #2621

The -Xplugin-list compiler option wasn't being handled correctly and erroneously required an input to be passed at all times.
I also added an integration test for building a custom compiler plugin with Scala CLI & verifying it is applied to the compiler.
This currently requires the --server=false flag, as it doesn't work correctly with Bloop 😕

@Gedochao Gedochao force-pushed the maintenance/compiler-plugin-support branch from 94b5fb6 to e1d2253 Compare December 15, 2023 13:38
@Gedochao Gedochao merged commit c3ae37c into VirtusLab:main Dec 18, 2023
58 checks passed
@Gedochao Gedochao deleted the maintenance/compiler-plugin-support branch December 18, 2023 07:29
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.

None yet

2 participants