Don't parse lambda as UDA without parentheses#21009
Don't parse lambda as UDA without parentheses#21009thewilsonator merged 1 commit intodlang:masterfrom
Conversation
|
Thanks for your pull request and interest in making D better, @pbackus! We are looking forward to reviewing it, and you should be hearing from a maintainer soon.
Please see CONTRIBUTING.md for more information. If you have addressed all reviews or aren't sure how to proceed, don't hesitate to ping us with a simple comment. Bugzilla referencesYour PR doesn't reference any Bugzilla issue. If your PR contains non-trivial changes, please reference a Bugzilla issue or create a manual changelog. Testing this PR locallyIf you don't have a local development environment setup, you can use Digger to test this PR: dub run digger -- build "master + dmd#21009" |
|
I created a dmd issue for this, maybe we can link it? |
thewilsonator
left a comment
There was a problem hiding this comment.
please add the test case from #21007
This brings the compiler's behavior in line with the language spec. Fixes dlang/dlang.org#4137
5e9f375 to
0310958
Compare
|
Oops; forgot to |
|
oh, nice that it's finally fixed!👍 |
This brings the compiler's behavior in line with the language spec.
Fixes dlang/dlang.org#4137