Fork me on GitHub
#cljdoc
<
2020-01-21
>
djanus13:01:00

Hey! How soon these days should cljdoc be able to generate documentation for a jar newly pushed to Clojars?

djanus13:01:33

I've pushed one yesterday afternoon (around 22 hours ago) but cljdoc still shows documentation for an old one

djanus13:01:55

I'm wondering whether this is because the jar in question is a -SNAPSHOT

martinklepsch14:01:39

@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)

djanus14:01:22

Ooh, thanks!

djanus14:01:24

Let me also ask a question here that I posted to #docs: https://clojurians.slack.com/archives/C055UK572/p1579512398001600

djanus16:01:11

Hmm, I used the hidden rebuild button, and it appears to have failed...

djanus16:01:42

the CircleCI logs say Failed to read artifact descriptor for org.clojure:core.async:jar:0.4.474

djanus16:01:34

maybe I'll try upgrading core.async and see what happens

lispyclouds16:01:34

@dj942 this seems to be an global error. Like the messages above

Avichal17:01:36

@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.

djanus18:01:07

I experimented with that yesterday, but docker doesn't seem to like me 😞

djanus18:01:21

I'll retry.