Fork me on GitHub
#cljdoc
<
2018-08-16
>
bozhidar06:08:29

@martinklepsch Just noticed that a lot of namespaces are missing here https://cljdoc.xyz/d/cider/orchard/0.3.0/api/orchard

bozhidar06:08:05

I’ve also noticed that despite me deploy to clojars nREPL 0.4.5-snapshot a few times, it hasn’t updated either.

bozhidar06:08:25

Is there some build log users can check (ala Travis/Circle/RTD)?

martinklepsch07:08:26

@bozhidar Snapshots are not built automatically by default

martinklepsch07:08:35

@bozhidar re orchard namespaces, gotta compare the same version: https://cljdoc.xyz/d/cider/orchard/0.4.0-SNAPSHOT 😀

bozhidar10:08:16

@martinklepsch But I know all those namespaces were in 0.3 as well, so there’s definitely some problem.

martinklepsch10:08:41

hrm, seems you're right 🙂 Will take a look.

martinklepsch10:08:36

Rebuild fixed it: https://cljdoc.xyz/d/cider/orchard/0.3.0/doc/readme I think this might have been an older build when individual namespaces where allowed to fail (codox' default)

bozhidar10:08:27

0.4 hasn’t added absolutely anything new yet. 🙂

bozhidar10:08:39

> @bozhidar Snapshots are not built automatically by default

bozhidar10:08:54

So, how can I change this? Or trigger a rebuild manually?

martinklepsch10:08:35

Trigger manually, if you need to do that often you can "Copy as cURL" from Chrome and put that in a script or so

bozhidar10:08:51

Might have been nice if there was some button to do this. At least for package owners, although this is going to imply something like the user structure at clojars.

martinklepsch10:08:46

Do you know about the hidden rebuild button?

dominicm10:08:22

That's where that went!

bozhidar11:08:00

😄 😄 😄

bozhidar21:08:18

That’s probably a bug.

martinklepsch21:08:32

@bozhidar That exception happens when there there are no docs built for any artifact under that group ID. Delaying a fix until I got the storage rewrite shipped 🚢