Re: Clojurescript 1.9.493+ breaks core.async with :advanced optimizations

2017-03-03 Thread Kenny Williams
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

Clojurescript 1.9.493+ breaks core.async with :advanced optimizations

2017-03-03 Thread Chad Harrington
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