This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-07-24
Channels
- # aleph (3)
- # beginners (17)
- # boot (8)
- # cider (61)
- # cljdoc (13)
- # cljs-dev (2)
- # clojure (66)
- # clojure-boston (1)
- # clojure-italy (4)
- # clojure-nl (7)
- # clojure-russia (7)
- # clojure-spec (19)
- # clojure-uk (80)
- # clojurescript (73)
- # core-async (4)
- # cursive (6)
- # data-science (1)
- # datomic (33)
- # docs (13)
- # emacs (17)
- # figwheel-main (28)
- # fulcro (12)
- # graphql (1)
- # jobs (3)
- # leiningen (4)
- # luminus (1)
- # off-topic (1)
- # parinfer (1)
- # pedestal (46)
- # protorepl (3)
- # re-frame (30)
- # reagent (47)
- # reitit (10)
- # ring (1)
- # shadow-cljs (94)
- # spacemacs (12)
- # specter (16)
- # tools-deps (6)
- # uncomplicate (1)
- # vim (9)
Hey, anybody run into classpath-length issues on Windows? I'm seeing an error CreateProcess error=206, The filename or extension is too long
Most of what I've seen online seems to point towards this description of the problem, along with some solutions which are semi-hacky but might be automatable: https://stackoverflow.com/questions/201816/how-to-set-a-long-java-classpath-in-windows/201969#201969
I see that clojure stable is 1.9 but lein new
sets up new projects with 1.8. Wondering if there’s a global setting I should change somewhere to change this behavior or if it’s just expected that I tune the project file to things like later releases. Not criticizing but just wondering why lein wouldn’t be updated when new versions of clojure become available.