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: delete redundant scan_ident calls #12691

Merged
merged 4 commits into from
Nov 23, 2022
Merged

Lexer: delete redundant scan_ident calls #12691

merged 4 commits into from
Nov 23, 2022

Conversation

FnControlOption
Copy link
Contributor

(scan_ident gets called a bit further down after the case end.)

`scan_ident` gets called a bit further down after the `case` end.
Regex used to be a single token, and these variables were used to
report unterminated regex literal.
@straight-shoota
Copy link
Member

@FnControlOption Please avoid force pushes, that makes it hard to review (ref).
It looks like you just rebased on master since #12713 was merged? It's better to merge master into the branch instead.

@FnControlOption
Copy link
Contributor Author

Oops, I forgot. Yeah, it's just a rebase. (Thank you for your patience 😓)

Copy link
Member

@beta-ziliani beta-ziliani left a comment

Choose a reason for hiding this comment

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

Thanks!

@beta-ziliani beta-ziliani added this to the 1.7.0 milestone Nov 22, 2022
@straight-shoota straight-shoota merged commit 2512abc into crystal-lang:master Nov 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants