James Reeves
James Reeves
I'd consider any namespace that has side effects beyond changing vars as doing The Wrong Thing™. The only way to be completely certain as to what vars are in a...
It looks like you have a strange dependency issue with Hiccup, where the hiccup.page namespace is from 2.0, and the hiccup.util namespace is from 1.0. Try wiping the class files...
Something seems strange in your build chain if you're ending up with compiled namespaces from two different versions of the same dependency. Hiccup 2.0 is backward compatible with 1.0, so...
I can't reproduce your issue. It's likely there's a problem in your codebase, as the error you're seeing is very probably from the Clojure compiler when it tries to evaluate...
Looks like the cause of this is a fix for another bug: #88. If I can find no universal resolution, I might add this as an option to the analyzer...
No, this would need to be added in a patch.
I've just released a new project called [lein-auto](https://clojars.org/lein-auto). I'd be interested to know if this works for you with Codox, or whether it doesn't speed things up enough.
Codox should use whatever version of ClojureScript your project runs on. Could you give a little more information about the error you receive and your dependencies?
Have you tested to see if the analyzer works when called directly on the affected namespace?
Can you reproduce this issue in a sample project? Codox only adds `[codox "0.10.7"]` as a dependency, so your ClojureScript dependency should take priority. Also I don't know if the...