-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Patmat #172
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
Patmat #172
Conversation
Lets start tracking performance! To run benchmarks execute `dotty-bench/test:run` in sbt
Some compilation errors fixed
That doesn't mean that it works.
Hi Dmitry, NamedType handling has changed a bit with the later PRs including Martin On Tue, Sep 9, 2014 at 4:49 PM, Dmitry Petrashko notifications@github.com
Martin Odersky |
Backport "Spec: Integrate the specification for match types." to 3.3 LTS
@odersky this branch has a pattern matcher that passes test, that doesn't yet add outer checks and doesn't use switches.
Unfortunatelly typer dies on this branch on compiling the pattern matcher itself https://gist.github.com/DarkDimius/2e40747122e780e5755a
I'm starting to rebase it over #171 and will make a PR with all the changes and todo's.