This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-03-28
Channels
- # announcements (34)
- # babashka (46)
- # beginners (187)
- # biff (2)
- # calva (5)
- # cider (10)
- # clj-http (2)
- # clj-kondo (14)
- # cljs-dev (31)
- # clojars (3)
- # clojure (43)
- # clojure-europe (25)
- # clojure-nl (1)
- # clojure-uk (3)
- # clojurescript (4)
- # clr (1)
- # cursive (1)
- # datalevin (50)
- # datomic (1)
- # emacs (12)
- # etaoin (6)
- # fulcro (7)
- # helix (21)
- # hyperfiddle (20)
- # kaocha (5)
- # lsp (14)
- # malli (10)
- # off-topic (58)
- # polylith (7)
- # portal (5)
- # reagent (39)
- # reitit (10)
- # releases (11)
- # reveal (14)
- # scittle (7)
- # shadow-cljs (58)
- # sql (8)
- # tools-deps (7)
Clojure CLJ 1.11.1.1262 • Make local deps version comparable based on path • Use tools.deps 0.18.1317
lol at commit message mentioning .alpha out of habit :) https://github.com/clojure/brew-install/commit/dc218bf29efba7384322fec7a92634d82a4f9af6
> • Make local deps version comparable based on path Is there a Jira about this where I could read up on the details?
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”
This is not a thing that normally even comes up
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?
no, unrelated
at least, that was not the intent of the change, but maybe it would have some impact
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