This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-09-04
Channels
- # beginners (14)
- # boot (28)
- # chestnut (9)
- # cljsrn (18)
- # clojure (64)
- # clojure-conj (1)
- # clojure-dusseldorf (45)
- # clojure-finland (4)
- # clojure-gamedev (1)
- # clojure-greece (8)
- # clojure-italy (22)
- # clojure-russia (4)
- # clojure-spec (19)
- # clojure-uk (38)
- # clojurescript (49)
- # code-reviews (2)
- # component (12)
- # core-async (3)
- # cursive (3)
- # data-science (2)
- # events (4)
- # fulcro (394)
- # heroku (3)
- # hoplon (16)
- # immutant (11)
- # jobs (5)
- # lein-figwheel (1)
- # lumo (18)
- # off-topic (8)
- # om (11)
- # other-languages (1)
- # overtone (1)
- # pedestal (7)
- # portkey (62)
- # protorepl (1)
- # re-frame (40)
- # reagent (41)
- # ring-swagger (5)
- # spacemacs (5)
- # unrepl (5)
- # yada (12)
Seems as if I'm not getting the command line args anymore, I'm running 1.7 and the changelog mentioned this as a bug. I print cljs.core/*command-line-args*
and get nil, from (.-argv js/process)
I get #js ["/usr/lib/node_modules/lumo-cljs/bin/lumo" "nexe.js" "/tmp/csound-QrUcal.ext" "/tmp/csound-gI6bZL.sco"]
where those .ext and .sco files are the command-line-args I'd expect to see, maybe I'm doing something wrong?
@hlolli you need master there is a patch for that
ah ok, reading the changelog more carefully I see this is not fixed in the release. Ok thanks for that pointer @richiardiandrea
I'll release a patch version soon
With the fix
Totally my fault 馃檲
running boot dev
gives me java.io.FileNotFoundException: Could not locate clojure/tools/reader__init.class or clojure/tools/reader.clj on classpath.
hmm
ah it's a boot problem or something, the jar file in my maven directory for this specific tools.reader version is 0bytes.
@hlolli thanks for your PR
can you fix the lint issues and delete the yarn.lock changes?
ah yes, took the intentation helpers off, at my workplace I lost the fight of 2 spaces in js files for 4 spaces (they better get me wider monitor 馃檪 ), so I didnt pay attention to linting.
@hlolli I think it鈥檚 not an indentation problem
also just run yarn prettier
after you鈥檙e done and it鈥檒l fix it for you
or you could just add prettier on save in emacs like I have