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/bug#1503. Don't assume unsound type for ident/literal patterns #6502

Merged
merged 1 commit into from
Apr 30, 2018

Conversation

eed3si9n
Copy link
Member

@eed3si9n eed3si9n commented Apr 9, 2018

Fixes scala/bug#1503

This is part 4 of -Xfuture plot line cleanup.
#3559 stopped assuming unsound type for ident/literal patterns under -Xfuture in Scala 2.11.

Since enough time has elapsed, I am ripping the bandaid off on SI-1503 (scala/bug#1503). Note that return type of some code may change.

Fixes scala/bug#1503

scala#3559 stopped assuming unsound type for ident/literal patterns under -Xfuture in Scala 2.11.

Since enough time has elapsed, I am ripping the bandaid off on SI-1503 (scala/bug#1503).
@scala-jenkins scala-jenkins added this to the 2.13.0-M4 milestone Apr 9, 2018
@adriaanm
Copy link
Contributor

adriaanm commented Apr 10, 2018

I'm going to let this one simmer for a few more days, to make sure we're comfortable with this change in a library release. In principle, I'm in favor.

@adriaanm adriaanm requested a review from lrytz April 10, 2018 12:52
@SethTisue
Copy link
Member

It doesn't seem out-of-bounds to me for 2.13.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-notes worth highlighting in next release notes
Projects
None yet
5 participants