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

SI-7643 Enable newPatternMatching in interactive. #2912

Merged
merged 1 commit into from Sep 7, 2013

Conversation

retronym
Copy link
Member

@retronym retronym commented Sep 5, 2013

Without it, the enclosed test fails with:

ArrayBuffer(Problem(RangePosition(partial-fun/src/PartialFun.scala, 62, 62, 77),type mismatch;
 found   : Int => Int
 required: PartialFunction[Int,Int],2))

And with that, we can remove this option altogether.

Review by @adriaanm

@retronym retronym closed this Sep 6, 2013
@retronym retronym reopened this Sep 6, 2013
@retronym
Copy link
Member Author

retronym commented Sep 6, 2013

Closed until I refactor away the option altogether. The tests passed (yay!) https://scala-webapps.epfl.ch/jenkins/job/pr-scala/1905/

@retronym retronym closed this Sep 6, 2013
@dragos
Copy link
Contributor

dragos commented Sep 6, 2013

Thanks @retronym! 🎅

Without it, the enclosed test fails with:

    ArrayBuffer(Problem(RangePosition(partial-fun/src/PartialFun.scala, 62, 62, 77),type mismatch;
     found   : Int => Int
     required: PartialFunction[Int,Int],2))

And with that, we can remove this option altogether.
@retronym retronym reopened this Sep 6, 2013
@ghost ghost assigned adriaanm Sep 6, 2013
@retronym
Copy link
Member Author

retronym commented Sep 6, 2013

Review by @adriaanm @dragos @VladUreche

@adriaanm
Copy link
Contributor

adriaanm commented Sep 7, 2013

LGTM -- So it sneakily worked all along!? Thanks anonymous rangepos-fixer!

@VladUreche
Copy link
Member

LGTM, thanks @retronym!

gkossakowski added a commit that referenced this pull request Sep 7, 2013
SI-7643 Enable newPatternMatching in interactive.
@gkossakowski gkossakowski merged commit b2cf65d into scala:master Sep 7, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
5 participants