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

improvement: Use distinct on ScalacOpt #3139

Merged
merged 1 commit into from
Sep 2, 2024

Conversation

tgodzik
Copy link
Member

@tgodzik tgodzik commented Aug 30, 2024

I am still getting an issue with multiple same plugin options and my guess is that the distinct doesn't work, especially that it is hard to figure out what can actually be contained there. Moving distinct to the end should be a much safer option.

Related to #2708

I am still getting an issue with multiple same plugin options and my guess is that the distinct doesn't work, especially that it is hard to figure out what can actually be contained there. Moving distinct to the end should be a much safer option.

Related to VirtusLab#2708
@tgodzik tgodzik requested a review from Gedochao August 30, 2024 17:37
@Gedochao
Copy link
Contributor

Gedochao commented Sep 2, 2024

I mean, sure, but I'm not sure if this really changes much.
@tgodzik do we have a reproduction of the double plugin flag, so that we could add a test?

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.

Optimally we'd like a test for this, but it can't hurt to try this.

@Gedochao Gedochao merged commit dab5d9e into VirtusLab:main Sep 2, 2024
78 checks passed
@tgodzik tgodzik deleted the move-distinct branch September 2, 2024 11:49
@lbialy
Copy link

lbialy commented Sep 2, 2024

I can test this immediately as besom compiler plugin breaks any scala-cli build, how can I download a nightly version of scala-cli?

@tgodzik
Copy link
Member Author

tgodzik commented Sep 2, 2024

scala-cli --cli-version nightly setup-ide . should do it, but I don't think the nightly is up yet

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.

3 participants