cljdoc

https://cljdoc.org/ & https://github.com/cljdoc/cljdoc
dominicm 2020-06-11T06:59:08.109800Z

coax is different, that's failing on a file that's non-empty

dominicm 2020-06-11T07:00:42.110Z

Thread for issues on coax

dominicm 2020-06-11T07:03:00.110100Z

Looks like something really strange: > WARNING: Use of undeclared Var clojure.string/reduce at line 16 file:/home/overfl0w/.m2/repository/org/clojure/clojurescript/1.10.758/clojurescript-1.10.758.jar!/clojure/string.cljs Like, uh, what?!

dominicm 2020-06-11T07:03:26.110300Z

I got these by removing the ana/no-warn line in clojurescript.clj

dominicm 2020-06-11T07:10:12.110500Z

Opened PRs for empty namespace & fixing file analysis in cljs.

👍 1
🙌 1
mpenet 2020-06-11T08:56:11.110600Z

strange indeed

lread 2020-06-11T15:40:18.112800Z

Woot @dominicm! I remembered an old empty ns issue and referenced it in a comment on your PR.

lread 2020-06-11T15:44:52.114800Z

I’ve been a passive lurker for a while, gonna try to get back into my Clojure happy place by tackling a few of my old cljdoc PRs. I’ll start with https://github.com/cljdoc/cljdoc/pull/340

dominicm 2020-06-11T20:54:27.115Z

and now I can't reproduce, wonderful :) what did I change