Skip to content

Handle strings when skipping function bodies#8614

Merged
tlively merged 1 commit intomainfrom
fix-skip-string
Apr 16, 2026
Merged

Handle strings when skipping function bodies#8614
tlively merged 1 commit intomainfrom
fix-skip-string

Conversation

@tlively
Copy link
Copy Markdown
Member

@tlively tlively commented Apr 16, 2026

Explicitly parse strings in the logic for mostly skipping function bodies in the first parser phase. This avoids parentheses inside strings causing the parser to skip too much or too little of the input.

Explicitly parse strings in the logic for mostly skipping function bodies in the first parser phase. This avoids parentheses inside strings causing the parser to skip too much or too little of the input.
@tlively tlively requested a review from a team as a code owner April 16, 2026 19:57
@tlively tlively requested review from stevenfontanella and removed request for a team April 16, 2026 19:57
@tlively tlively enabled auto-merge (squash) April 16, 2026 20:05
@tlively tlively merged commit a7d3f18 into main Apr 16, 2026
16 checks passed
@tlively tlively deleted the fix-skip-string branch April 16, 2026 20:27
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.

2 participants