cljdoc

https://cljdoc.org/ & https://github.com/cljdoc/cljdoc
mpenet 2019-06-03T11:19:02.000800Z

Hello! I am curious, shouldn't I get docs generated here: https://cljdoc.org/d/cc.qbits/tape/0.3.0-beta1/doc/readme ?

mpenet 2019-06-03T11:19:11.001200Z

Oh nevermind I just saw the build failure

mpenet 2019-06-03T11:19:19.001500Z

I ll try to start from that

mpenet 2019-06-03T11:22:15.001900Z

oh I think I got it: > Used dependencies for analysis: > org.clojure/clojure 1.9.0

mpenet 2019-06-03T11:22:30.002300Z

and it doesn't know about Datafiable as a result

martinklepsch 2019-06-03T11:25:44.004300Z

There are issues with regards to what version of clojure is chosen. Versions above 1.9 should be picked up as declared in the jar’s POM file but there have been reports that this isn’t happening consistently.

martinklepsch 2019-06-03T11:26:05.005100Z

If you want to take a look at the code search for deps.clj in the cljdoc codebase

mpenet 2019-06-03T11:27:25.005300Z

will do thx

chouffe 2019-06-03T21:33:19.006800Z

Hey there, I am trying to build the mxnet docs with cljdoc and it seems to run into issues with CircleCI: * https://circleci.com/gh/cljdoc/builder/5807 * org.apache.mxnet/mxnet-full_2.11-linux-x86_64-cpu, version 1.4.1 Any pointers on how to make it work?