Fork me on GitHub
#cursive
<
2024-01-23
>
wilkerlucio18:01:24

hello, today I'm starting having some issues with IntelliJ, I guess was the last update 🧵

1
wilkerlucio18:01:43

not sure what this means, but happens when I try to refresh the things in the deps panel

wilkerlucio18:01:39

and I'm getting this one when I try to start a REPL

wilkerlucio18:01:10

any idea how to fix those? this is preventing me from doing any actual work on IntelliJ with Cursive

Alex Miller (Clojure team)18:01:22

the last one is the new deps.edn spec validation introduced in the latest Clojure CLI

Alex Miller (Clojure team)18:01:31

I'm guessing that's a deps.edn generated by something, would be very curious what the actual error is

wilkerlucio18:01:03

thanks, removing :snapshots false from the :mvn/repos section seems to fix it

wilkerlucio18:01:18

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

Alex Miller (Clojure team)18:01:46

there's lots of improvements to make in the future, this is a first rev

👍 1
markaddleman19:01:46

re: https://clojurians.slack.com/archives/C0744GXCJ/p1706035243677819?thread_ts=1706035224.274459&amp;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

wilkerlucio19:01:28

I got mine fixed by fixing the bad config on my deps.edn, which had a :snapshots false entry (which is invalid)

👍 1