Skip to content

Conversation

adriaanm
Copy link
Contributor

I find it hard to imagine anyone is relying on case x: foo.type =>
erroneously being compiled to foo == x instead of the spec'ed foo eq x,
so let's finally fix this.

Maybe my imagination is lacking, so feel free to veto this, @retronym and @gkossakowski.

I find it hard to imagine anyone is relying on `case x: foo.type =>`
erroneously being compiled to `foo == x` instead of the spec'ed `foo eq x`,
so let's finally fix this.
@retronym
Copy link
Member

LGTM, so long as we release not prominently.

@adriaanm
Copy link
Contributor Author

noted (among other things): scala/make-release-notes#50
will add more next week

@gkossakowski
Copy link
Contributor

LGTM.

retronym added a commit that referenced this pull request Feb 21, 2014
SI-4577 singleton type pattern test should use `eq`, not `==`
@retronym retronym merged commit e72f77b into scala:master Feb 21, 2014
@adriaanm adriaanm deleted the t4577 branch March 10, 2014 17:09
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.

3 participants