Fork me on GitHub
#cljs-dev
<
2016-11-26
>
favila00:11:32

cljs benchmark does not run

favila01:11:37

reason is a data_reader.cljc has cljs/union clojure.set/union, but clojure.set/union is not required.

favila01:11:05

workaround is to require clojure.set at top of benchmark.cljs

favila01:11:28

however it seems like data readers should auto-require?

favila01:11:54

also not sure why benchmark sees that data_reader.cljc in the first place, since it is in tests

favila01:11:15

note that cljs.tagged-literals-test would fail too, except one of the other test ns happens to require clojure.set

favila01:11:31

if you run that test by itself it fails