-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Rework recent, buggy change to immutable.TreeMap #9078
Conversation
03b3fd2
to
053bb8d
Compare
Thread safety bug in scala-reflect?
|
053bb8d
to
9cc3ff4
Compare
We need to favour keys from the left that equivalent (but ne), while favouring values from the right.
9cc3ff4
to
abd82a2
Compare
I removed the change to reusable instances; that issue seems unrelated to this PR, and it was causing NPEs (which would probably be fixed with lazy vals). |
improving the tests can happen post-release; I've made a separate ticket on it at scala/scala-dev#713 |
|
We need to favour keys from the left that equivalent (but ne),
while favouring values from the right.
Revert then rework aa8bf99
Fixes scala/bug#12042 (at the second attempt)