The JavaScriptCore Travis tests are failing like this:
$ jsc core-advanced-test.js Testing cljs.primitives-test Segmentation fault (core dumped)
This appears to be related to code generate for tests added with CLJS-2391, triggering CLJS-910 (because the Travis environment runs an older version of JavaScriptCore).
It can be worked around by slightly modifying the test.
The JavaScriptCore Travis tests are failing like this:
$ jsc core-advanced-test.js Testing cljs.primitives-test Segmentation fault (core dumped)This appears to be related to code generate for tests added with CLJS-2391, triggering CLJS-910 (because the Travis environment runs an older version of JavaScriptCore).
It can be worked around by slightly modifying the test.