-
Notifications
You must be signed in to change notification settings - Fork 92
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
Update scala3-library to 3.0.2 #557
Update scala3-library to 3.0.2 #557
Conversation
There was a Mima error:
|
We could just ignore signature checking for Scala 3 for now.
|
what do you think the root cause is? |
I'm not sure. Either, Mima has a bug with signature checking in Scala 3, or Scala 3 is actually emitting different byte code for these constructs in the scala-xml library? |
bat-signaling @dwijnand |
This isn't about the method descriptor bytecode, but the method signature bytecode, i.e. the one with Java generics. There was a point in Scala 2 where static methods lost/gained signature on its static forwarders. I think what might have happened is Scala 3's backend picked up that change so now it's manifesting in Scala 3 artefacts too. Or maybe it just updated the 2.13 scala-library it uses, so because scala-xml extends scala-library classes (AbstractSeq) it's manifesting transitively. |
Updates
from 3.0.1 to 3.0.2.
GitHub Release Notes - Version Diff - Version Diff
I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.
If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below.
Configure Scala Steward for your repository with a
.scala-steward.conf
file.Have a fantastic day writing Scala!
Files still referring to the old version number
The following files still refer to the old version number (3.0.1).
You might want to review and update them manually.
Ignore future updates
Add this to your
.scala-steward.conf
file to ignore future updates of this dependency:labels: library-update, semver-patch, old-version-remains