borkdude / grasp

Grep Clojure code using clojure.spec regexes
Eclipse Public License 1.0
242 stars 7 forks source link

#20 rsym #21

Closed holyjak closed 2 years ago

holyjak commented 2 years ago

to simplify searching for function calls

borkdude commented 2 years ago

The added var must also be made available in the native binary:

https://github.com/borkdude/grasp/blob/3fa99aedd0594c0ae958de7d25d8900992f60ca5/src/grasp/native.clj#L71

holyjak commented 2 years ago

Thanks a lot for fixing the native! I would get to it eventually but this way it was much faster :)

borkdude commented 2 years ago

No problem, it turned out to be a bit harder than I thought :)