-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Don't let caseLambda bindings accumulate in constraint #12320
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
Conversation
test performance please |
performance test scheduled: 1 job(s) in queue, 1 running. |
@OlivierBlanvillain Test 6697 started failing. But arguably the error is correct. So it was wrong before. Do you agree? |
Performance test finished successfully: Visit https://dotty-bench.epfl.ch/12320/ to see the changes. Benchmarks is based on merging with master (1440699) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes I agree. I think this PR is a duplicate of #9108, I've just pushed the extra test cases to this branch to see if they also pass here.
Yes, I see now this is a duplicate of #9108. I notice that 9890.scala fails in both PRs, so that test should be removed. |
Remove them when a `matchCases` has finished.
Remove them when a
matchCases
has finished.Fixes #9107