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: keep multiple outdents to swap , #3666

Merged
merged 2 commits into from Mar 22, 2024

Conversation

kitbellew
Copy link
Contributor

nextToken ignored the .next field and tried to recompute the next token; instead, we should not do that if that field is already set.

Fixes #3664. Follow-up to #3542.

`nextToken` ignored the `.next` field and tried to recompute the next
token; instead, we should not do that if that field is already set.
@kitbellew kitbellew requested a review from tgodzik March 22, 2024 07:53
@kitbellew kitbellew merged commit c8d5b6b into scalameta:main Mar 22, 2024
24 checks passed
@kitbellew kitbellew deleted the 3664 branch March 22, 2024 10:43
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.

Parsing fails in presence of significant space pattern match as a non-last parameter
2 participants