-
Notifications
You must be signed in to change notification settings - Fork 32
Update scala-library to 2.13.7 #156
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 scala-library to 2.13.7 #156
Conversation
several errors of the form
|
offhand, without looking too hard, it appears to me that this is actually a progression in 2.13.7 — unchecked warnings weren't being issued when they should have been? @joshlemer @julienrf might one of you be interested in digging into this? we could certainly just make it compile by slapping |
scala/scala#9672 seems like a plausible reason for this to have progressed, cc @som-snytt seeing if Scala 3 issues the same warnings would be a possible cross-check (and see also #119, a volunteer is still wanted to add a Scala 3 crossbuild) |
Yes, I remember Lukas improved some Is this even korrekt?
where sets is EDIT: that is Map.get and Option.contains, duh. |
I see in the linked PR that we sprinkled |
oh, it goes on:
I think I PR'd the compiler option to limp thru RefChecks in the face of errors, and this is why. Also I couldn't get |
Apparently scala module plugin interferes with setting |
Sir, this is a Wendy's. |
I momentarily became an sbt hacker. I'll make a follow-up PR to alias |
superseded by #157 |
Updates org.scala-lang:scala-library from 2.13.6 to 2.13.7.
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!
Ignore future updates
Add this to your
.scala-steward.conf
file to ignore future updates of this dependency:labels: library-update, early-semver-patch, semver-spec-patch