Yup, it is a known issue. See http://dev.clojure.org/jira/browse/CLJS-1954.
On Friday, March 3, 2017 at 2:44:52 PM UTC-8, Chad Harrington wrote:
>
> I believe that cljs versions 1.9.493 and above break core.async (and
> possibly other libraries) under :advanced optimizations.
>
> Here is a mini
I believe that cljs versions 1.9.493 and above break core.async (and
possibly other libraries) under :advanced optimizations.
Here is a minimal reproduction:
In src/ca_adv_bug/core.cljs:
(ns ca-adv-bug.core
(:require
[cljs.core.async :as ca]
[cljs.nodejs :as nodejs])
(:require-macros