afnanenayet / diffsitter

A tree-sitter based AST difftool to get meaningful semantic diffs
MIT License
1.59k stars 29 forks source link

[BUG] build script does not rerun if the grammar subdirectory changes #784

Open afnanenayet opened 8 months ago

afnanenayet commented 8 months ago

The build script currently only tells Cargo to rerun if each of the directories for an already registered grammar changes, not if the grammar subdirectory itself changes. It should emit an instruction to rerun if the grammars subdirectory changes at all to stay on the safe side.