Skip to content

fix: splitter crash #464

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

Merged
merged 2 commits into from
Jul 18, 2025
Merged

fix: splitter crash #464

merged 2 commits into from
Jul 18, 2025

Conversation

psteinroe
Copy link
Collaborator

@psteinroe psteinroe commented Jul 18, 2025

fixes a crash in the splitter when the last char is a closing parentheses.

Comment on lines +73 to +75
if p.current() == SyntaxKind::R_PAREN {
p.advance();
}
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

this is the actual fix :D

@psteinroe psteinroe merged commit c0567ec into main Jul 18, 2025
7 checks passed
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