Fork me on GitHub
#releases
<
2023-03-28
>
Alex Miller (Clojure team)02:03:44

Clojure CLJ 1.11.1.1262 • Make local deps version comparable based on path • Use tools.deps 0.18.1317

🎉 6
imre13:03:06

> • Make local deps version comparable based on path Is there a Jira about this where I could read up on the details?

Alex Miller (Clojure team)13:03:57

No, but it’s not a big deal. It just implements the procurer interface for version comparison for local deps, so that two local deps with the same path are the same “version”

Alex Miller (Clojure team)13:03:31

This is not a thing that normally even comes up

imre15:03:07

Thanks. I have a monorepo-style project with multiple deps.edn-s with local references between them. All the deps.edn-s in this repo represent libraries which are then git-referenced from other projects outside the monorepo and I do have to set up exclusions because of this on the consumer side. I was hoping perhaps this patch fixes that?

imre15:03:48

thanks for the info anyway!

Alex Miller (Clojure team)15:03:14

at least, that was not the intent of the change, but maybe it would have some impact

2
borkdude08:03:10

https://github.com/borkdude/deps.clj: a faithful port of the clojure CLI bash script to Clojure 1.11.1.1262 • Catch up with clojure CLI of same version

🎉 4