Fork me on GitHub
#cljs-dev
<
2015-09-16
>
kamn01:09:13

@dnolen: Looking though the issues I realized I made a comment on [CLJS-868](http://dev.clojure.org/jira/browse/CLJS-868) a while ago

kamn01:09:23

Basically recursive calls can't do arity checks until the parsing of that function is complete. The most obvious solution seems to activate the arity checks when doing the second pass of the parser

kamn01:09:34

I am not sure if that is the desired solution though

dnolen02:09:47

@kamn make sense to me