cljdoc

https://cljdoc.org/ & https://github.com/cljdoc/cljdoc
lread 2019-08-20T16:35:14.158800Z

thanks @martinklepsch! Also looking for any opinions on “current cljdoc codox inputs” might evoke in you - and also on any misunderstanding/blind-spots on my part that you may notice.

martinklepsch 2019-08-20T16:35:56.159500Z

Is the necessity of the impl.clj.tpl dance clear to you?

martinklepsch 2019-08-20T16:36:05.160200Z

If not I’ll also try to maybe clarify that a bit more

lread 2019-08-20T16:36:23.160300Z

I think so.

lread 2019-08-20T16:37:40.161300Z

I don’t know why it has a .tpl extension, but I see the need to minimize dependencies during analysis.

lread 2019-08-20T16:40:53.163300Z

.tpl extension is probably a way to emphasize that it is not used in analysis runner process.

martinklepsch 2019-08-20T16:42:23.164200Z

Yes that’s pretty much all there is to it. Some tooling would also try to load .clj files which would fail due to codox not being a dependency of the analysis runner

lread 2019-08-20T16:43:13.164400Z

right, makes sense.