Fork me on GitHub
#cljs-dev
<
2017-11-19
>
mfikes14:11:54

FWIW, the JavaScriptCore Travis tests have started failing like this:

$ jsc core-advanced-test.js

Testing cljs.primitives-test
Segmentation fault (core dumped)
My hunch is that one of the last two commits probably caused it to exhibit https://dev.clojure.org/jira/browse/CLJS-910 I'll dig and see if I can find a workaround or some way to resurrect testing via JavaScriptCore.

mfikes14:11:06

^ A suitable workaround exists (splitting a test into smaller pieces) and is in https://dev.clojure.org/jira/browse/CLJS-2404