leiningen

cfleming 2021-11-02T23:04:51.013800Z

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

❓ 1
cfleming 2021-11-05T09:01:02.019600Z

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.

cfleming 2021-11-05T09:01:30.019800Z

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