Open vxe opened 6 years ago
regardless the only dep that was giving me trouble was cider-nrepl:
https://github.com/abo-abo/lispy/pull/442/files
lispy-clojure>
Testing lispy-clojure-test
Ran 11 tests containing 43 assertions.
0 failures, 0 errors.
Why can't this be rolled into a package in clojars with deps specified explicitly?
One reason is that I don't know enough about clojars to do it. The second reason is that the current approach is convenient for experimenting.
here: https://github.com/abo-abo/lispy/blob/master/lispy-clojure.clj#L30 https://github.com/abo-abo/lispy/blob/master/lispy-clojure.clj#L39 https://github.com/abo-abo/lispy/blob/master/lispy-clojure.clj#L40
docs:
Why can't this be rolled into a package in clojars with deps specified explicitly?