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

ScannerTokens: explicitly handle null next #3417

Merged
merged 1 commit into from Dec 24, 2023

Conversation

kitbellew
Copy link
Contributor

Earlier, it could have been leading to an infinite loop, since outwardly the next == null case would result in a recursive nextToken call.

Earlier, it could have been leading to an infinite loop, since outwardly
the `next == null` case would result in a recursive `nextToken` call.
@kitbellew kitbellew merged commit 03b0cd6 into scalameta:main Dec 24, 2023
24 checks passed
@kitbellew kitbellew deleted the sfmt3720_10 branch December 24, 2023 20:49
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.

None yet

1 participant