-
Notifications
You must be signed in to change notification settings - Fork 11
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
Support Scala 3.3.0-RC1 #3
Comments
Hi, can you make a PR? |
Happy to do so! Expect one later this evening :) |
Fixed in 0.2.3 |
As a fellow plugin author, I'd like to suggest backpublishing (publishing an artifact under an existing version) - it can be kinda annoying when the plugin keeps getting updates that don't change anything for existing Scala versions, especially if you're trying to support Scala milestones. I made this: https://github.com/polyvariant/better-tostring/blob/main/project/BackpublishPlugin.scala - for projects publishing with sbt-typelevel, but maybe it can easily be modified to work for your build as well. The downside is that you make these releases locally and not from CI (that should be possible as well, though) |
Out of curiosity, are there any additional checks that this plugin does in Scala versions 3.3.x and above, as opposed to using the new |
@kyri-petrou I can only speak as a user of this plugin, and can confirm You can see this program fails to compile, but if you comment out the |
@gvolpe that's quite interesting.. For some reason I can't get the flag to work at all when using scala-cli. In any way, I'll stick with |
Any chances of publishing a milestone or RC for this Scala version? A lot of folks are interested in the new
-Wunused:imports
flag :)scala/scala3#16157
The text was updated successfully, but these errors were encountered: