Commit graph

3 commits

Author SHA1 Message Date
Riley Bruins
c5fb36c0a5 feat: impossible pattern diagnostics
This *mostly* works around the occasional bugged & slow pattern by
caching query check results by hashing the pattern text with the
directory name. Thus there is only a noticeable delay when editing those
buggy patterns. Hopefully this will get fixed upstream soon, then we can
seriously start thinking about some other efficiency improvements for
query pattern checking.
2025-05-06 09:18:28 -07:00
Riley Bruins
346431d835
refactor: cleaner formatting code (#110) 2025-05-05 21:23:24 -07:00
Riley Bruins
bcea9c4252
refactor: move large query strings into their own files (#94)
This commit also adds another test for formatting, and fixes an issue
where the final newline was not appended to a formatted document.
2025-04-29 18:05:00 -07:00