cljs-dev

ClojureScript compiler & std lib dev, https://clojurescript.org/community/dev
mfikes 2020-03-28T01:41:02.110Z

Several Canary projects were failing due to the default use of Node 6 in Travis CI and its inability to cope with the generated code. Setting them to use the latest LTS (currently 12) fixes them.

👍 2
dnolen 2020-03-28T16:42:45.110500Z

nice that's a pretty ancient version of Node at this point

mfikes 2020-03-28T17:01:39.112100Z

There are still a few failures left in Canary that I'm attempting to sort through. There is also a CI failure with ClojureScript itself which we were not seeing for some reason (AppVeyor, but not Travis was updating). I'm going to put a patch together---I think it is trivial stuff related to REPL environment removal.

dnolen 2020-03-28T23:30:25.112700Z

k thanks