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 <https://clojars.org/stats/downloads-20190101.edn>... 4717 releases
INFO [2019-09-10 03:56:51,881] Tea-Time 3 - cljdoc.server.clojars-stats Read <https://clojars.org/stats/downloads-20190102.edn>... 6786 releases
INFO [2019-09-10 03:56:53,663] Tea-Time 3 - cljdoc.server.clojars-stats Read <https://clojars.org/stats/downloads-20190103.edn>... 6838 releases
INFO [2019-09-10 03:56:55,408] Tea-Time 3 - cljdoc.server.clojars-stats Read <https://clojars.org/stats/downloads-20190104.edn>... 6509 releases
It looks like this is downloading some stats from clojars - but that shouldn’t be necessary for a local CLI?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>
Anyone would know what I might be missing here?
ah it looks like it wants transit-cljs too for some reason
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!
ah I can kick the build now 😄 not sure what happened ^
worked 😄 now to write some docs 😛
Hooray 🥳