helixbass / tree-sitter-grep

The Unlicense
10 stars 1 forks source link

Add test/nicer handling for nonexistent filter #37

Open helixbass opened 1 year ago

helixbass commented 1 year ago

If path to filter doesn't exist/can't be loaded as dynamic library/doesn't have expected symbols exposed?

peterstuart commented 1 year ago

This smells like an opportunity to start doing Result-based error handling everywhere?