This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-09-17
Channels
- # announcements (6)
- # beginners (117)
- # calva (22)
- # cider (7)
- # clara (56)
- # clj-kondo (8)
- # cljdoc (3)
- # cljfx (26)
- # clojure (58)
- # clojure-czech (2)
- # clojure-europe (20)
- # clojure-greece (1)
- # clojure-india (7)
- # clojure-nl (11)
- # clojure-uk (100)
- # clojurescript (48)
- # conjure (24)
- # cursive (117)
- # data-science (3)
- # datascript (5)
- # datomic (33)
- # emacs (29)
- # figwheel-main (3)
- # fulcro (12)
- # jobs (1)
- # malli (40)
- # parinfer (4)
- # pathom (1)
- # quil (2)
- # re-frame (17)
- # reagent (20)
- # reitit (1)
- # reveal (97)
- # ring (5)
- # shadow-cljs (11)
- # spacemacs (12)
- # sql (4)
- # tools-deps (18)
- # xtdb (25)
we've hit a snag that i'm not sure how best to solve.
we use kondo as a library in our app, using :mvn/version "2020.09.09"
, and we also have carve
in our ~/.clojure/deps.edn
.
so now, we can't carve our code because of this issue:
Error building classpath. Unable to compare versions for clj-kondo/clj-kondo: {:git/url "", :sha "f5e6c35ffaae2f5c7945887d5a124872b32db4c3", :deps/manifest :deps, :deps/root "/Users/robert/.gitlibs/libs/clj-kondo/clj-kondo/f5e6c35ffaae2f5c7945887d5a124872b32db4c3"} and {:mvn/version "2020.09.09", :deps/manifest :mvn}
i guess we'd have to switch to a git sha for our dep, and that'd solve it, but it does raise an interesting issue!
@robert-stuttaford isn't that what aliases are for?
ah sorry, you are using clj-kondo in your app. hmm. I think it's an interesting point discussing in #tools-deps
👍 3
yes, that's what i did, switched to git sha