Skip to content

fix: upgrade gotreesitter to fix skeleton class drops#77

Merged
rasros merged 5 commits into
mainfrom
fix/issue-76-python-skeleton-dedent
Jul 2, 2026
Merged

fix: upgrade gotreesitter to fix skeleton class drops#77
rasros merged 5 commits into
mainfrom
fix/issue-76-python-skeleton-dedent

Conversation

@rasros

@rasros rasros commented Jul 2, 2026

Copy link
Copy Markdown
Owner

Upgrades gotreesitter to v0.20.8, fixing a Python parse bug where an f-string followed by another statement in a block dropped the next class from -u/-Y skeletons. The new grammar renames named Kotlin objects to object_declaration and no longer folds Ruby =begin/=end blocks into the following method, so KotlinEmitClass now handles object_declaration and LeadingDocStart walks =end back to =begin. Adds a minimal golden repro and updates remaining dependencies.

Refs #76

@rasros rasros merged commit 28bc73d into main Jul 2, 2026
1 check passed
@rasros rasros deleted the fix/issue-76-python-skeleton-dedent branch July 2, 2026 17:24
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