Fork me on GitHub
#leiningen
<
2021-11-02
>
cfleming23:11:51

Why is incomplete now appearing as a dependency for all lein projects? That seems wrong.

1
cfleming09:11:02

Ok, I’ve figured this out. Lein always used to include clojure-complete as a dependency for all lein projects, and it looks like this has switched to incomplete. This broke all my tests, because they were manually filtering out clojure-complete from the dependency results, which I had forgotten.

cfleming09:11:30

It still seems wrong that a build tool is injecting a completion library, but at least it’s been consistently wrong.