speculative

https://github.com/borkdude/speculative
borkdude 2018-11-08T10:19:00.001700Z

Would it be reasonable to say that (stest/instrument) should work when having speculative.core loaded?

borkdude 2018-11-08T10:19:03.001900Z

on all platforms

borkdude 2018-11-08T10:22:11.002500Z

like @mfikes recently suggested I think. so I made this test: https://github.com/slipset/speculative/blob/instrument-all/test/speculative/core_test.cljc#L200 and disabled apply for cljs.

borkdude 2018-11-08T10:23:16.003700Z

but now this test doesn’t instrument anything in cljs, but works in plk. something I run into a lot of times: instrument/unstrument works on one but not on the other 😂

borkdude 2018-11-08T10:47:09.004100Z

if we can get this last thing to work, I think it’d be good to make a final release for 0.0.2

borkdude 2018-11-08T12:46:25.004700Z

unable to reproduce this in a smaller repro, so it must be something project specific