-
Notifications
You must be signed in to change notification settings - Fork 10
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
cljdoc build failed #94
Comments
|
Yes, noticed it.
fails on CI, correct ? |
I will try to add "no-doc" metadata: |
It would only be visible on a new release, I believe. Its a nice way to have clojure docs for the API, so we should support it, I think |
Yes, it fails on CI. There is no R in the environment. Line 127 in 82b4b77
|
I thought so.... |
Maybe its overkill just to solve this issue, |
We were working on new session management system to solve this issue. But never finished. |
I got this working:
This would avoid the |
This way every call Anyway this is very good idea and I like it. We also get a function instead of var. |
I tried as well for |
I don't know now. We have to go one by one.
|
Not sure, it can fully work for Clojisr, but it would follow a "clojure principle" that ns loading should not do "anything". |
I make a new issue at least , and link to this one. |
Would this be needed ? |
Yes, this is needed because later the symbol interned by |
I added cljdoc badge for Clojisr.
Build is failing:
https://cljdoc.org/builds/78095
Not sure, if easy fix
The text was updated successfully, but these errors were encountered: