feature/treesitter-tag-queries #2
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "feature/treesitter-tag-queries"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
- coarsen_token() maps tree-sitter captures to categories (RETURN, IF, LOOP, etc.) - Function calls kept as raw text (they ARE the behavioral content) - Only ~5% structural tokens coarsened - Results: Flask coverage 17.5% -> 28.8% (+11.3%), RAGSAK unchanged (95% calls) - Cross-package shapes emerge: ('IF', 'KW', 'RETURN') in 4 Flask packages- Add sanitize_symbol() to extract clean identifiers from AST nodes - Strip SORE special characters ((),+?*[]{}|\^$.) from symbols - Extract just function name from multi-line expressions - Skip single-char fragments (truncated identifiers) - Filter empty symbols in preprocessing - Wire iLocal context extraction into pipeline - Result: RAGSAK malformed grammars 6→0, FastAPI clean - 212 tests passView command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.