You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
[0.1.10] - 2026-06-27
Fixed
Supertype-guard no longer false-positives on / in query comments. The
guard added in 0.1.9 (which disables locals.scm/imports.scm using
crash-prone tree-sitter supertype syntax (a/b)) skipped string literals but
not ; comments, so a comment like ; if/else or ; try/catch wrongly
disabled an otherwise-valid query. It now tracks ;-to-end-of-line comments.
This unblocks scope-aware resolution for hosted locals.scm whose comments
contain / (e.g. java, c, cpp).
Notes
With this fix, the hosted registry's newly added locals.scm for python,
go, java, c#, c, cpp, rust take effect (grove fetch + definition --at),
bringing scope-aware go-to-def to 11 languages total (with the existing ruby,
scala, julia, javascript). Each was verified to resolve a shadowed local
line-exact against the pinned grammar.