This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-12-17
Channels
- # adventofcode (76)
- # announcements (6)
- # beginners (103)
- # boot (28)
- # calva (128)
- # cider (48)
- # cljs-dev (40)
- # clojure (268)
- # clojure-austin (2)
- # clojure-dev (2)
- # clojure-europe (47)
- # clojure-italy (10)
- # clojure-nl (17)
- # clojure-spec (2)
- # clojure-uk (15)
- # clojurescript (45)
- # code-reviews (14)
- # cursive (5)
- # data-science (2)
- # datascript (1)
- # datomic (52)
- # duct (4)
- # emacs (2)
- # figwheel (1)
- # figwheel-main (4)
- # fulcro (13)
- # hyperfiddle (51)
- # leiningen (19)
- # nrepl (40)
- # off-topic (45)
- # pathom (3)
- # pedestal (28)
- # portkey (7)
- # re-frame (25)
- # reagent (76)
- # reitit (7)
- # shadow-cljs (92)
- # slack-help (3)
- # specter (5)
- # timbre (2)
- # tools-deps (39)
- # unrepl (1)
- # vim (13)
how do I reload leiningen after adding a plugin? lein plz is not recognized. also, is there a new lein plz approach out there? seems to have been last updated 4 years ago... or maybe it didn't need updating.
@macrobartfast never tried lein plz
, but maybe it doesn’t support dynamically adding plugins?
ah, just got it working... I had the plugin under deps and not plugins 😳
in .lein/profiles.clj
hmm... using lein plz is producing errors... clojure.lang.Compiler$CompilerException: java.lang.NoClassDefFoundError: IllegalName: compile__stub.clj_http.headers.clj-http.headers/HeaderMap, compiling:(clj_http/headers.clj:105:1)
with lein plz list ring
just was trying it out with that.
I think that at some point clojure.lang.Compiler$CompilerException
was added in clj compiler
No, that’s very old
lein plz was last released 3.5 yrs ago which uses clj-http 1.1.0 (current version is 3.9.1)
I don’t know what the problem is but I’m going to just assume it has to do with a pile of old stuff in plz