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

Lexer: fix global capture vars ending with zero, e.g. $10? #12701

Merged
merged 1 commit into from
Nov 1, 2022
Merged

Lexer: fix global capture vars ending with zero, e.g. $10? #12701

merged 1 commit into from
Nov 1, 2022

Conversation

FnControlOption
Copy link
Contributor

I'm a little surprised that this has gone unnoticed for so long, but probably very few people create regexes with more than nine captures...

@HertzDevil HertzDevil added kind:bug A bug in the code. Does not apply to documentation, specs, etc. topic:compiler:parser labels Oct 31, 2022
@straight-shoota straight-shoota added this to the 1.7.0 milestone Oct 31, 2022
@straight-shoota straight-shoota merged commit 47ae3d7 into crystal-lang:master Nov 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:bug A bug in the code. Does not apply to documentation, specs, etc. topic:compiler:parser
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants