Skip to content

A couple of fixes to compile the 2.13 standard library #5807

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

Merged
merged 2 commits into from
Jan 29, 2019

Conversation

smarter
Copy link
Member

@smarter smarter commented Jan 28, 2019

No description provided.

This sometimes lead to cycles when compiling the 2.13 stdlib and shouldn't
be necessary anymore (all the tests pass).
- Always rely on -Ynew-collections to change our behavior, attempting to
automatically detect which version we're on leads to cycles.
- In the new collections, the scala.Serializable class has been replaced
by a type alias of java.io.Serializable
- The `<:<` class was moved from the Predef object to the scala package.
@ghost ghost assigned smarter Jan 29, 2019
@ghost ghost added the review label Jan 29, 2019
@smarter smarter removed their assignment Jan 29, 2019
@smarter smarter merged commit f37526b into scala:master Jan 29, 2019
@ghost ghost removed the review label Jan 29, 2019
@Blaisorblade Blaisorblade deleted the fix/for-2.13 branch January 29, 2019 17:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants