Hey! How soon these days should cljdoc be able to generate documentation for a jar newly pushed to Clojars?
I've pushed one yesterday afternoon (around 22 hours ago) but cljdoc still shows documentation for an old one
I'm wondering whether this is because the jar in question is a -SNAPSHOT
@dj942 snapshots aren’t rebuilt with every push, to rebuild you can use the hidden rebuild button (top right of the page, left of the github link)
Ooh, thanks!
Let me also ask a question here that I posted to #docs: https://clojurians.slack.com/archives/C055UK572/p1579512398001600
Hmm, I used the hidden rebuild button, and it appears to have failed...
the CircleCI logs say Failed to read artifact descriptor for org.clojure:core.async:jar:0.4.474
maybe I'll try upgrading core.async and see what happens
@dj942 this seems to be an global error. Like the messages above
@dj942 @rahul080327 were you able to build it locally?
Reading this error msg Failed to read artifact descriptor
seems like something might be wrong with the sever too.
There is a doc as well to setup cljdoc locally: https://github.com/cljdoc/cljdoc/blob/master/doc/running-cljdoc-locally.md
I experimented with that yesterday, but docker doesn't seem to like me 😞
I'll retry.