cljdoc

https://cljdoc.org/ & https://github.com/cljdoc/cljdoc
lread 2019-07-14T14:39:46.130600Z

@martinklepsch, do you have a test project setup who’s purpose would be to visually review various cljdoc features and formatting?

martinklepsch 2019-07-14T15:12:26.131600Z

I’ve mostly just used specific projects for this, unfortunately I didn’t make sufficient notes what projects I checked for what features

lread 2019-07-14T15:21:35.132900Z

Ok thanks, I’ll create a little something for my testing.

carkh 2019-07-14T22:41:12.137400Z

i can't seem to make the docs be processed for a library i'm trying to release, the job fails on circleci, the problem seems to be that the expound library is not recognized as a dependency to my own. What's particular to this library is that it has a single name without groupId expound {:mvn/version "0.7.2"}. but when i look at my pom.xml, it correctly has expound as groupId and artifactId, and it of course all works fine on my machine

carkh 2019-07-14T22:42:07.137800Z

where should i look to find a solution to this ?

carkh 2019-07-14T22:43:26.138300Z

the expound library is notably recognized as a dependency on clojars

carkh 2019-07-14T22:48:23.138500Z

https://circleci.com/gh/cljdoc/builder/7772

lread 2019-07-14T23:18:56.140500Z

@carkh, before the expound error I see:

Execution error (FileNotFoundException) at cark.behavior-tree.hiccup/eval2033$loading (hiccup.cljc:1).
I’d look there first.

carkh 2019-07-14T23:19:24.140900Z

well yes, that's the namespace form requiring expound

lread 2019-07-14T23:19:29.141200Z

oh

carkh 2019-07-14T23:20:02.141700Z

if you look a bit before, it looks like expound is not in the used dependencies, so it is not loaded at all

lread 2019-07-14T23:28:43.143400Z

did you specify expound/expound in deps.edn to try to get it working? https://github.com/cark/cark.behavior-tree/blob/b5dd120a8a30f5d6efd5e844852c46a3f5e6ff34/deps.edn#L3 I ask because clojars shows only one expound https://clojars.org/expound

lread 2019-07-14T23:31:18.144800Z

In other news, related to my earlier query on a dummy test project to visualize cljdoc formatting (and features). I’ve set up https://cljdoc.org/d/lread/cljdoc-exerciser/CURRENT

🙌 1
lread 2019-07-14T23:38:21.148700Z

I’m noticing testing local and production behave a bit different with regards to asciidoc images. I see them on prod but not when testing locally.

lread 2019-07-14T23:39:41.149500Z

Oh and same idea for .md docs.

carkh 2019-07-14T23:41:42.149900Z

oops sorry didn't notice your answer

carkh 2019-07-14T23:42:04.150200Z

yes i did try that with and without the groupid, the result is the same

carkh 2019-07-14T23:42:17.150400Z

the produced pom is the same

lread 2019-07-14T23:56:56.151600Z

@carkh, you are using your deploy.cmd to build your pom.xml, right?

carkh 2019-07-14T23:57:47.152100Z

and upload to clojars

lread 2019-07-14T23:58:19.152600Z

just seeing what happens if I try to generate your pom here on my mac.

carkh 2019-07-14T23:59:11.153300Z

haha good luck =)

lread 2019-07-14T23:59:30.153600Z

not gonna work?

carkh 2019-07-14T23:59:46.154Z

it will try to upload to clojars with your credentials