Skip to:
test demonstrating issue and patch fixing it here: https://github.com/clojure/core.async/pull/39
the fix for this is not complete, the catch of js/Object in the catch in the io macro output needs to be a catch of :default
https://groups.google.com/d/msg/clojure/lGbbbCiLgcg/N2Ap9ddrBAAJ
fixed https://github.com/clojure/core.async/commit/bd71ba73b43ea09e242d37a54eaaa0fed761504c
updated patch
Can we get an updated patch? Thanks.
What is the status of this issue?Why isn't it merged into core.async code?
test demonstrating issue and patch fixing it here: https://github.com/clojure/core.async/pull/39