Olical / depot

Find newer versions of your dependencies in your deps.edn file
https://clojars.org/olical/depot
The Unlicense
256 stars 14 forks source link

Better deal with uneval nodes #21

Closed plexus closed 5 years ago

plexus commented 5 years ago

We now have our own versions of left/right/next that all correctly jump over uneval nodes, in particular we want to avoid descending into uneval subtrees (as they may contain gibberish), or call sexp on an uneval node (as that will outright fail).

See https://github.com/xsc/rewrite-clj/issues/70

Closes #20

Olical commented 5 years ago

Released under v1.8.2.