Fork me on GitHub
#cljs-dev
<
2018-01-19
>
dnolen21:01:49

@mfikes I’m curious about CLJS-2171, did you try using the require lock instead of polling?

dnolen21:01:15

load-mutex I mean

mfikes21:01:18

@dnolen No. I wasn't aware it existed. If so, that would probably be less of a hack compared to the polling I came up with.

dnolen21:01:01

@mfikes let’s try that, I’ll leave a comment

mfikes21:01:52

@dnolen Since the "infer character literals as strings" patch has been applied, it may make sense to bump tools.reader which has the fix that would prevent

WARNING: cljs.core/bit-or, all arguments must be numbers, got [string number] instead. at line 118 out/cljs/tools/reader/edn.cljs

dnolen21:01:56

@mfikes thanks, testing that now