-
Notifications
You must be signed in to change notification settings - Fork 122
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
Upgrades to syntax and types to prepare for scala 2.13 upgrade #4355
Conversation
71c3ab9
to
20319c8
Compare
5b64b97
to
7ffc7db
Compare
a573f37
to
0371ee2
Compare
the checker can't see that the two Some cases have opposite predicates, it's simply upset that there isn't a wildcard Some case
.right is now heavily deprecated; the syntax for .right.value is now .value
Seen on image-loader, thrall, auth, metadata-editor (merged by @andrew-nowak 8 minutes and 41 seconds ago) Please check your changes! |
Seen on leases, cropper, kahuna, media-api (merged by @andrew-nowak 8 minutes and 46 seconds ago) Please check your changes! |
Seen on collections (merged by @andrew-nowak 8 minutes and 50 seconds ago) Please check your changes! |
Seen on usage (merged by @andrew-nowak 8 minutes and 56 seconds ago) Please check your changes! |
1 similar comment
Seen on usage (merged by @andrew-nowak 8 minutes and 56 seconds ago) Please check your changes! |
What does this change?
Lots of updates to deprecated syntax and classes involved in the Scala 2.13 upgrade. Go commit-by-commit for related changes with (very brief!) descriptions of what's changed
How should a reviewer test this change?
How can success be measured?
Who should look at this?
Tested? Documented?