Fork me on GitHub
#cljs-dev
<
2016-03-24
>
ewen07:03:46

hello, when calling a macro inside a named function, the macro gets called 2 times because the analyzer performs a 2 pass analysis (https://github.com/clojure/clojurescript/blob/master/src/main/clojure/cljs/analyzer.cljc#L1330). Should this be considered a bug ?