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

Support trailing commas. #2076

Merged
merged 1 commit into from
Jan 9, 2024
Merged

Support trailing commas. #2076

merged 1 commit into from
Jan 9, 2024

Conversation

athas
Copy link
Member

@athas athas commented Jan 9, 2024

Closes #2068.

@nhey
Copy link
Member

nhey commented Jan 9, 2024

Trailing commas in tuple unpacking seems to be disallowed still: let (x, y,) = (1, 2,).

@athas
Copy link
Member Author

athas commented Jan 9, 2024

Good catch. Fixed.

@athas athas merged commit 1811f96 into master Jan 9, 2024
24 checks passed
@athas athas deleted the trailing-commas branch January 9, 2024 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support comma after last element of a tuple
2 participants