Fork me on GitHub
#leiningen
<
2022-07-14
>
shaunlebron16:07:58

Hi, I created a symlink for checkouts/clojure so I can better debug what the compiler is doing, but it’s being ignored because the clojure repo doesn’t have a project.clj file. How do you guys handle a local checkout of clojure in your project?\

mikerod03:07:08

@U061E2UBT I think you could instead have a local git clone of the clojure repo and add it’s source directories to your lein :source-paths temporarily. Remove & add an :exclusions for the actual clojure dependency when you do this to avoid classpath confusion