Fork me on GitHub
#tools-deps
<
2021-10-14
>
Dimitar Uzunov15:10:39

Hi! Quick update on what I thought was a case of: https://clojure.atlassian.net/browse/TDEPS-207 Turns out I had the following in the .clojure/deps.edn: {:mvn/repos {“http://my.datomic.com” {:url “https://my.datomic.com/repo”}        “<no-longer-working”   {:url “<<s3://not>|s3://<not> using it anymore>“}}

👍 1
Dimitar Uzunov15:10:47

this didn’t use to be a problem but when I updated clojure and tools.deps it got stuck

Dimitar Uzunov15:10:13

so if anyone has this issue they might want to check if they have any issues with their maven repos

Alex Miller (Clojure team)16:10:41

"got stuck" == it hung?

Alex Miller (Clojure team)18:10:34

if you can get it to that point again, and then take a thread dump (ctrl-\ on *nix, ctrl-break on windows) and dm it to me, that would be extremely useful.

Dimitar Uzunov19:10:00

back when that unused maven repo was in ~/.clojure/deps.edn

Alex Miller (Clojure team)19:10:13

oh ok, thx (too many things to track to remember that)

Alex Miller (Clojure team)19:10:23

then I've got it for when I have time to work on it more :)

Dimitar Uzunov19:10:50

thanks, I hope this info helps 🙂

Alex Miller (Clojure team)19:10:02

yep - the new info above is perhaps useful in combination

Alex Miller (Clojure team)19:12:24

a potential fix for TDEPS-207 is in Clojure CLI prerelease 1.10.3.1053 if you want to give it a try