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

Fixed lhs-decls not handling parameters #47274

Merged
merged 1 commit into from
Oct 24, 2022

Conversation

apaz-cli
Copy link
Member

This caused const to be dropped from declarations involving named tuple destructuring.

Fixes #47168

@KristofferC KristofferC added the needs tests Unit tests are required for this change label Oct 21, 2022
This caused const to be dropped from declarations involving named
tuple destructuring.

Fixes JuliaLang#47168
@apaz-cli
Copy link
Member Author

Amended the previous commit to add tests.

@KristofferC KristofferC removed the needs tests Unit tests are required for this change label Oct 21, 2022
@vtjnash vtjnash merged commit 0c382c2 into JuliaLang:master Oct 24, 2022
@oscardssmith oscardssmith added the bugfix This change fixes an existing bug label Oct 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix This change fixes an existing bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Destructuring syntax does not respect const annotation
4 participants