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

Fix nested tuple access #3945

Merged
merged 2 commits into from
Dec 3, 2024
Merged

Conversation

GearsDatapacks
Copy link
Member

Fixes #3870
This PR moves the call to maybe_lex_dot_access to happen after any dot token, not just after a name token.

Copy link
Member

@lpil lpil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@lpil lpil merged commit 45bccf5 into gleam-lang:main Dec 3, 2024
12 checks passed
@GearsDatapacks GearsDatapacks deleted the fix-nested-tuple-access branch December 3, 2024 12:18
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.

Incorrect parsing of nested tuple access
2 participants