Fork me on GitHub
#cljdoc
<
2019-08-20
>
lread16:08:14

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.

martinklepsch16:08:56

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

martinklepsch16:08:05

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

lread16:08:23

I think so.

lread16:08:40

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

lread16:08:53

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

martinklepsch16:08:23

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

lread16:08:13

right, makes sense.