Fork me on GitHub
#cljs-dev
<
2016-11-22
>
bhauman16:11:52

@dnolen for cljs.spec tooling it would be interesting to have a way to hook in here: https://github.com/clojure/clojurescript/blob/master/src/main/cljs/cljs/spec/test.cljs#L103 A global event like a CustomEvent would be nice, as it would reduce coupling problems, i.e. the need to hook up to the right thing at the right time. And as this code is meant to run in dev/test mode mode in an erroneous situation it would seem we have more latitude in what we can do.

dnolen16:11:43

@bhauman that’s probably best for a larger discussion

dnolen16:11:59

we’re unlikely to do anything specific to ClojureScript with cljs.spec

dnolen18:11:11

@anmonteiro CLJS-1858 needs a rebase

anmonteiro18:11:52

@dnolen hrm, that's really weird, there haven't been commits to master after I put the patch together

anmonteiro18:11:34

(just tried rebasing too and there are no conflicts)