This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-11-28
Channels
- # adventofcode (2)
- # bangalore-clj (3)
- # beginners (171)
- # boot (28)
- # chestnut (3)
- # cljs-dev (20)
- # cljsjs (5)
- # clojure (280)
- # clojure-austin (1)
- # clojure-czech (1)
- # clojure-dev (9)
- # clojure-dusseldorf (2)
- # clojure-greece (20)
- # clojure-italy (6)
- # clojure-poland (16)
- # clojure-russia (7)
- # clojure-serbia (4)
- # clojure-sg (1)
- # clojure-spec (18)
- # clojure-uk (153)
- # clojurescript (57)
- # core-async (9)
- # cursive (21)
- # data-science (29)
- # datomic (18)
- # dirac (8)
- # docker (6)
- # duct (1)
- # emacs (50)
- # fulcro (15)
- # hoplon (56)
- # klipse (3)
- # leiningen (14)
- # lumo (1)
- # off-topic (5)
- # onyx (13)
- # other-languages (14)
- # pedestal (1)
- # perun (5)
- # planck (17)
- # re-frame (10)
- # reagent (2)
- # ring (1)
- # spacemacs (51)
- # sql (14)
- # test-check (16)
- # testing (1)
- # unrepl (93)
anyone having trouble with lein? mine just dont work. No erros. No CPU usage. Just "lock" terminal.
Yep, it is now. It's been falling apart bit by bit over the last hour, and now it just hangs.
But only in a folder with a project.clj. If I run lein version somewhere else it works
what platform / lein versions?
windows lein 2.8.1, java 1.8.0_131 64 bit
cool - I relayed the issue to #leiningen on freenode since that’s where the devs hang out
it has something to do with dependencies. If I remove all plugins from my user profile and all managed dependencies (I use that heavily) lein version works. And of course, if I use it outside a project directory, there are no managed dependencies
interestingly, just before it stopped working, all mirror and repository urls that were http rather than https started throwing errors. I understand the error, I just don't understand why it hasn't been throwing that error for months.
so you’ve been using 2.8.1 for a while but only recently see this error?
Tried reinstalling it to no effect
enabling lein-pprint does not cause the hang. Enabling lein-codox or cider/cider-nrepl does
or lein-ancient
(not using them, mind you, just uncommenting them in my user profile