A recent upgrade has introduced a bunch of new warnings of these types:

1. cljs.core/+, all arguments must be numbers, got [#{nil clj-nil} #{nil any 
clj-nil}] instead....
2. WARNING: Use of undeclared Var...

I tried adding some changes to my project.clj with out much luck or 
understanding for what is or should be possible:

 :compiler {...
                  :warning-level :quiet}}

Which does nothing. And then:

 :compiler {...
    :warnings {:invalid-arithmetic false}}

Which suppresses both the arithmetic and the undeclared vars warnings. 

Is there any place that provides good documentation on these clojurescript 
compiler options? I've checked both of these: 
https://github.com/clojure/clojurescript/wiki, 
https://github.com/emezeske/lein-cljsbuild, however there's not much depth or 
they are out of date.

Thanks,
Tim

-- 
Note that posts from new members are moderated - please be patient with your 
first post.
--- 
You received this message because you are subscribed to the Google Groups 
"ClojureScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/clojurescript.

Reply via email to