Closed julienrf closed 6 years ago
We should have a rewrite rule that fixes existing code bases, and we should mention this incompatibility in the migration notes.
Which operation to?
to
In SortedSet. I’ve updated the issue title.
SortedSet
Then you should change from to rangeFrom also, for symmetry. Or switch to atMost and atLeast, or something.
from
rangeFrom
atMost
atLeast
Fixed in https://github.com/scala/scala/pull/6537
We should have a rewrite rule that fixes existing code bases, and we should mention this incompatibility in the migration notes.