cljs-dev

ClojureScript compiler & std lib dev, https://clojurescript.org/community/dev
plexus 2020-08-13T09:51:39.032700Z

https://clojure.atlassian.net/browse/CLJS-3279

plexus 2020-08-13T09:52:20.032900Z

➜ clj -Sdeps '{:deps {org.clojure/clojurescript {:git/url "<https://github.com/clojure/clojurescript>" :sha "5b6558b9065311c77e3fa07174320e129984273e"}}}' -m cljs.main --compile-opts '{:npm-deps true :install-deps true}' --repl 
Checking out: <https://github.com/clojure/clojurescript> at 5b6558b9065311c77e3fa07174320e129984273e
Execution error (ClassCastException) at cljs.closure/maybe-install-node-deps! (closure.clj:2588).
class java.lang.Boolean cannot be cast to class clojure.lang.IPersistentCollection (java.lang.Boolean is in module java.base of loader 'bootstrap'; clojure.lang.IPersistentCollection is in unnamed module of loader 'app')

plexus 2020-08-13T09:52:30.033100Z

ticket + patch for the above

dnolen 2020-08-13T13:10:53.033300Z

@plexus applied

1