Fork me on GitHub
#planck
<
2019-08-14
>
manutter5118:08:30

Something’s up with the docs site? There’s an error message in the top left, and no API docs. https://cljdoc.org/d/planck/planck/2.24.0/doc/readme

pyrmont22:08:55

Seems to be working again. Is it working for you @U06CM8C3V?

manutter5123:08:29

No, I’m still seeing “API import failed in build #17319” in red letters on a red bg in the top left corner.

pyrmont23:08:48

Ah, maybe cause I'm looking at it on my phone.

manutter5123:08:21

Under “Namespaces” on the left, it says “We couldn’t find any namespaces in this artifact…” plus some additional info.

pyrmont23:08:32

Yep, I see it now :)

pyrmont23:08:48

It's hidden behind a menu on the mobile version.

pyrmont23:08:07

Seems to be connected to paredit.js.

pyrmont23:08:24

Hmmm. This might be a limitation of cljdoc not understanding how a JavaScript library can be exposed. What do you think @U04VDQDDY?

mfikes23:08:36

Yeah, cljdoc appears to be a bit fragile when it uses the analyzer to try to parse code. I think they were discussing using clj-kondo's parser, which may help with these sorts of issues.

manutter5118:08:26

The 2.23 docs are still good tho