grampelberg / lein-autoreload

Keep the repl up to date with source.
37 stars 6 forks source link

Version of org.clojure/tools.namespace has non-spec conforming ns form #5

Open jakemcc opened 6 years ago

jakemcc commented 6 years ago

lein-autoreload injects a dependency on org.clojure/tools.namespace "0.2.3". This version of tools.namespace has some non-spec conforming ns forms, which causes problems. See this issue on lein-test-refresh for some details.

Could you bump the version? lein-test-refresh uses 0.2.11 and has not seen this problem.