clojure-dev

vlaaad 2024-09-25T15:30:09.299199Z

where should I report accidental breaking change in clojure.data/json? will it be considered?

borkdude 2024-09-25T15:35:41.474679Z

perhaps #data-json?

Alex Miller (Clojure team) 2024-09-25T18:45:50.151139Z

https://ask.clojure.org

vlaaad 2024-09-25T18:46:09.231599Z

Thanks, yes, I already reported there ☺️

2024-09-25T21:59:05.619859Z

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

2024-09-25T22:03:22.453279Z

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

2024-09-25T22:08:47.107569Z

yeah, commenting out that bit in the cljs core.async test runner has mostly gotten the tests running,