Fork me on GitHub
#cljdoc
<
2019-07-14
>
lread14:07:46

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

martinklepsch15:07:26

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

lread15:07:35

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

carkh22:07:12

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

carkh22:07:07

where should i look to find a solution to this ?

carkh22:07:26

the expound library is notably recognized as a dependency on clojars

lread23:07:56

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

carkh23:07:24

well yes, that's the namespace form requiring expound

carkh23:07:02

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

lread23:07:43

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

lread23:07:18

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

🙌 4
lread23:07:21

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.

lread23:07:41

Oh and same idea for .md docs.

carkh23:07:42

oops sorry didn't notice your answer

carkh23:07:04

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

carkh23:07:17

the produced pom is the same

lread23:07:56

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

carkh23:07:47

and upload to clojars

lread23:07:19

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

carkh23:07:11

haha good luck =)

lread23:07:30

not gonna work?

carkh23:07:46

it will try to upload to clojars with your credentials