Fork me on GitHub
#cljs-dev
<
2018-07-18
>
mfikes12:07:02

https://dev.clojure.org/jira/browse/CLJS-2832 being tracked for the bad code gen surrounding application of not in operator position above

mfikes12:07:58

The only thing I recall recently that seems related to @roman01la’s image above is https://dev.clojure.org/jira/browse/CLJS-2761 but that is off in a side PR right now, and it would add warnings

mfikes12:07:41

(Probably not really related.)

mfikes12:07:15

Since apply is variadic, those warnings seem fishy

ambrosebs15:07:07

@dnolen I find it very useful to override macroexpand-1 in tools.analyzer. could we add similar support to cljs.analyzer? (I think either a dynamic var or an entry in opts would work)

dnolen15:07:17

I’d be ok with dyn-var not interested in opts support

ambrosebs15:07:46

ok I'll do that