Skip to content

Fix pattern matching trailing comma#4174

Merged
kddnewton merged 1 commit into
mainfrom
pattern-matching-trailing-comma
Jul 17, 2026
Merged

Fix pattern matching trailing comma#4174
kddnewton merged 1 commit into
mainfrom
pattern-matching-trailing-comma

Conversation

@kddnewton

Copy link
Copy Markdown
Collaborator

This was previously an allow-list of the various tokens that were considered the start of a pattern expression. Instead, use our existing expression checking stuff and avoid having to list out each token.

Closes #4154

This was previously an allow-list of the various tokens that were
considered the start of a pattern expression. Instead, use our
existing expression checking stuff and avoid having to list out
each token.

Co-authored-by: kai-matsudate <kai.matsudate@techouse.jp>
@kddnewton
kddnewton merged commit a139586 into main Jul 17, 2026
109 checks passed
@kddnewton
kddnewton deleted the pattern-matching-trailing-comma branch July 17, 2026 19:54
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.

1 participant