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
test: comprehensive tree-sitter coverage + serial race fixes
- Added ~70 new tests across 9 tree-sitter modules:
signatures.rs, mod.rs, truncation.rs, c.rs, cpp.rs,
typescript.rs, java.rs, go.rs, rust.rs
- Tests cover all signature types (function, struct, enum,
trait, impl, module, const, type alias, macro), structure
extraction, parse validation, truncation, and visibility
- Fixed #[serial] race conditions in config.rs, cache.rs,
markdown.rs, and lib.rs (7 tests using set_current_dir)
- Unit tests: 234 → 309 (+75)
- All 356 tests pass (309 unit + 47 integration)
Also includes v0.8.2 version bump, SKILL.md updates, and
CHANGELOG entry from earlier in this session.
0 commit comments