-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not generate some docs because of old ClojureScript version #188
Comments
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? |
[;; CLOJURE
StacktraceCould not generate clojurescript documentation for xxx/label.cljs - root cause: clojure.lang.ExceptionInfo null |
Have you tested to see if the analyzer works when called directly on the affected namespace? |
Called analyzer on problematic ns, didn't found any errors |
Can you reproduce this issue in a sample project? Codox only adds Also I don't know if the presence of |
I'm using ClojureScript "1.10.520" in my project and got an issue with code analyze.
My function is using cljs.spec.test.alpha/instrument, which was moved from cljs.spec.test in v1.9.542, so old analyzer in Codox can't resolve it and i'm missing some docs.
When the new version of ClojureScript will be included in Codox? And for now, can i somehow resolve my issue without downgrading cljs version in my project?
The text was updated successfully, but these errors were encountered: