-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Fail gracefully when attempting pair destructuring #49368
Conversation
I really think we need to stop allowing method definition using infix syntax entirely. It's just a niche feature that nobody ever uses, but just keeps biting people. |
@nanosoldier |
Your package evaluation job has completed - possible new issues were detected. |
@nanosoldier |
Your package evaluation job has completed - possible new issues were detected. |
Tagging triage because this is technically breaking |
triage approves. |
This fixes an issue that has been reported at least 5 times (#37783, #39929, #42552, #43379, #48332) by patching a bad special case of #25744. It's technically breaking and/or a bugfix, depending on how you view it.
PR:
Before:
Fixes #37783
Fixes #39929
Fixes #42552
Fixes #43379
Fixes #48332