This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-01-23
Channels
- # announcements (1)
- # babashka (13)
- # cherry (12)
- # cider (6)
- # clj-kondo (3)
- # cljs-dev (28)
- # clojure (77)
- # clojure-europe (25)
- # clojure-nl (1)
- # clojure-norway (35)
- # clojure-uk (5)
- # clojurescript (31)
- # conjure (7)
- # cursive (12)
- # data-science (9)
- # datalevin (5)
- # datomic (8)
- # hyperfiddle (21)
- # jobs (7)
- # kaocha (19)
- # malli (26)
- # matrix (3)
- # releases (1)
- # shadow-cljs (42)
- # squint (95)
- # testing (2)
- # vim (14)
- # wasm (1)
hello, today I'm starting having some issues with IntelliJ, I guess was the last update 🧵
not sure what this means, but happens when I try to refresh the things in the deps panel
and I'm getting this one when I try to start a REPL
any idea how to fix those? this is preventing me from doing any actual work on IntelliJ with Cursive
the last one is the new deps.edn spec validation introduced in the latest Clojure CLI
I'm guessing that's a deps.edn generated by something, would be very curious what the actual error is
thanks, removing :snapshots false
from the :mvn/repos
section seems to fix it
yeah, that's not correct - see https://clojure.org/reference/deps_edn#procurer_mvn_repos_snapshots for that config
I wonder if the error could be more specific and say that the property :snapshots
was the bad key, because currently it tells about a bad value, but not from which key it came from
there's lots of improvements to make in the future, this is a first rev
re: https://clojurians.slack.com/archives/C0744GXCJ/p1706035243677819?thread_ts=1706035224.274459&cid=C0744GXCJ I had a very similar problem which was resolved by the Cursive update from a couple of days ago. If that doesn’t work for you, you might try downgrading deps.clj. Until Colin produced a fix, I was able to work around the problem by downgrading several versions. See https://clojurians.slack.com/archives/C0744GXCJ/p1705627485759069
I got mine fixed by fixing the bad config on my deps.edn
, which had a :snapshots false
entry (which is invalid)