Fork me on GitHub
#cljs-dev
<
2018-10-08
>
darwin11:10:31

just FYI, that stackoverflow problem seems to be caused by :parallel-build true, maybe I messed up my config and parallel builds race somehow

darwin11:10:32

I was finally able to reproduce it on my dev machine and disabling parallel-build reproducibly fixed the issue (with no other changes)

darwin12:10:27

ah, scratch that, it is back again even without parallel-build

mfikes20:10:25

Hmm. I wonder if this recent Clojure commit is portable to ClojureScript. (Looks like a lot of it is, but I wonder about some of the things having the new protocol being extended to it near the bottom of that commit.) https://github.com/clojure/clojure/commit/93841c0dbf9db2f358474408d5e21530f49ef8b3

mfikes21:10:15

Stepping back a little, it looks like this provides a way to, say, turn an Atom instance into data.

mfikes21:10:02

I'll put together a patch, mostly as an experiment to see what it means.