tools-deps

Discuss tools.deps.alpha, tools.build, and the clj/clojure command-line scripts! See also #depstar #clj-new
mike_ananev 2021-02-20T20:12:21.000600Z

Got some problems in Idea 2020.3 & Cursive (stable or EAP) and latest clojure/tools/clojure@1.10.2.790 Symptoms: can't see any modules in Clojure Deps tab in Idea. Also can't start remote repl. Downgrading to clojure/tools/clojure@1.10.2.774 solves the problem.

2021-02-20T20:16:35.000700Z

I don't know whether alexmiller uses Cursive or not, but if not, perhaps letting Cursive dev on #cursive know this might help get to root cause.

alexmiller 2021-02-20T21:10:59.001800Z

Are there messages in the IntelliJ error log?

alexmiller 2021-02-20T21:12:02.003700Z

It is possible that the cache file format change is not properly picked up in the cursive scenario - rm ing your .cpcache dir would help if that’s the case, but just guessing