where should I report accidental breaking change in clojure.data/json? will it be considered?
perhaps #data-json?
Thanks, yes, I already reported there ☺️
I am trying to follow the instructions in the core.async readme for running the clojurescript tests, and it appears not to work using either firefox or chrome. some kind of error about "on" not being a method on js/process
looks like it might be a thing where the core.async tests were sniffing out if they were running on node js by looking for js/process, but it looks like browsers have a process global now
yeah, commenting out that bit in the cljs core.async test runner has mostly gotten the tests running,