-
Notifications
You must be signed in to change notification settings - Fork 59
2.13: new Scala SHA #1579
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
2.13: new Scala SHA #1579
Conversation
a series of "incompatible type in overriding" compilation errors, the first of which is
regression? progression? or just a change downstream needs to adapt to? do I need to bisect? |
oh, it's obviously this StringBuilder PR: scala/scala#10047 @som-snytt offhand, I guess the PR is fine and we just need to change the code in scala-collection-contrib? wdyt? |
I'm going to merge this PR regardless — it's only one red repo, so let's book the overall progress |
It was a cliffhanger! |
namely scala/scala#10047 this came up at scala/community-build#1579 not for merge until 2.13.9 is actually released; in the meantime we can use the branch in the community build
The one-line change to scala-collection-contrib is scala/scala-collection-contrib#185 To make the repo green again here, I pushed 046e880 |
includes a small tweak necessary in order to adapt to scala/scala#10047 this originally came up at scala/community-build#1579
includes a small tweak necessary in order to adapt to scala/scala#10047 this originally came up at scala/community-build#1579
https://scala-ci.typesafe.com/job/scala-2.13.x-jdk11-integrate-community-build/3816/
https://scala-ci.typesafe.com/job/scala-2.13.x-jdk11-integrate-community-build/3818/