Fork me on GitHub
#cljdoc
<
2019-09-10
>
nha02:09:39

Starting cljdoc locally I see a lot of these:

INFO [2019-09-10 03:56:50,202] Tea-Time 3 - cljdoc.server.clojars-stats Read ... 4717 releases

INFO [2019-09-10 03:56:51,881] Tea-Time 3 - cljdoc.server.clojars-stats Read ... 6786 releases

INFO [2019-09-10 03:56:53,663] Tea-Time 3 - cljdoc.server.clojars-stats Read ... 6838 releases

INFO [2019-09-10 03:56:55,408] Tea-Time 3 - cljdoc.server.clojars-stats Read ... 6509 releases

It looks like this is downloading some stats from clojars - but that shouldn’t be necessary for a local CLI?

nha03:09:58

Unrelated but I tried fixing my build locally. I get this:

Execution error (ExceptionInfo) at cljs.analyzer/error (analyzer.cljc:751).
No such namespace: cognitect.transit, could not locate cognitect/transit.cljs, cognitect/transit.cljc, or JavaScript source providing "cognitect.transit" in file /var/folders/c9/rnfrx45x4j90r4cn5cxcxws00000gn/T/cljdoc-com.turtlequeue-clj-client-0.0.76330091937050739029/contents/taoensso/sente/packers/transit.cljc
However looking inside the .jar generated locally I can see in my META-INF/maven/com.turtlequeue/clj-client/pom.xml:
<dependency>
      <groupId>com.cognitect</groupId>
      <artifactId>transit-clj</artifactId>
      <version>0.8.319</version>
      <scope>compile</scope>
      <exclusions/>
    </dependency>

nha03:09:34

Anyone would know what I might be missing here?

nha03:09:13

ah it looks like it wants transit-cljs too for some reason

nha04:09:38

I think it should work when kicking it next but now https://cljdoc.org/d/com.turtlequeue/clj-client/0.0.7 gives

An exception occurred, sorry about that!

nha04:09:50

ah I can kick the build now 😄 not sure what happened ^

nha04:09:41

worked 😄 now to write some docs 😛

martinklepsch10:09:53

Hooray 🥳

🎉 4