Fork me on GitHub
#cursive
<
2015-10-13
>
stijn09:10:57

@cfleming: is it possible that https://github.com/cursiveclojure/cursive/issues/626 has something to do with checkout dependencies that have :exclusions [org.clojure/clojure] in their project? I'm seeing the same problem as andrew but with clojure core

stijn09:10:11

Once I add it to modules it finds clojure core properly

stijn09:10:42

it's hard to reproduce in an existing project though, but creating a new leiningen project and adding a checkout (in this case https://github.com/juxt/yada) seems to do it every time

cfleming19:10:19

@stijn: That might be, actually. Someone reported a bug where projects that use checkouts and exclusions don’t get Clojure added to their deps for some reason.

cfleming19:10:00

I’ve reproduced his case and it’s fixed with the new lein integration, which should be out soon.