Skip to content
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

Scala 2.13.0 became partial unification on by default. #2948

Closed
SeanDaru opened this issue Jul 17, 2019 · 1 comment
Closed

Scala 2.13.0 became partial unification on by default. #2948

SeanDaru opened this issue Jul 17, 2019 · 1 comment

Comments

@SeanDaru
Copy link
Contributor

Scala 2.13.0 became partial unification on by default.
So, the following option is not necessary for scala 2.13.0, isn't it?
scalacOptions += "-Ypartial-unification"
(from README.md:Getting Started )


[Reference]
Release Scala 2.13.0 · scala/scala · GitHub
-> Language changes -> Partial unification on by default

The compiler no longer accepts -Ypartial-unification.

@kailuowang
Copy link
Contributor

That's right. A PR to update readme would be great!

SeanDaru added a commit to SeanDaru/cats that referenced this issue Jul 17, 2019
SeanDaru added a commit to SeanDaru/cats that referenced this issue Jul 17, 2019
SeanDaru added a commit to SeanDaru/cats that referenced this issue Jul 19, 2019
LukaJCB pushed a commit that referenced this issue Jul 19, 2019
#2949)

* Update "README.md" for Scala 2.13.0 compiler specification changing(about partial unification). #2948

* Correct the sentence. #2948
tobyweston added a commit to tobyweston/cats-book that referenced this issue Oct 28, 2019
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

No branches or pull requests

2 participants