Fork me on GitHub
#cljdoc
<
2018-07-21
>
kennytilton04:07:37

I switched the project.clj to specify 1.9.0. lein test just hits a couple of test failures I have to explore, not a fatal “Extra input” error. So why does the cljdoc build manage to fail? What is it doing to run spec against my code. Is there a lein spec or sth I can run? And is there something wrong with the tiny NS I quoted above? As for “supporting 1.9.0", how does that NS not support 1.9.0? I guess there is some other issue — maybe $ is no longer a valid alias? And at any rate, if cljdoc is somehow 1.9.0-only, that would be good to mention in the doc, but I suspect something simpler is afoot.

kennytilton05:07:56

Ok, I looked thru the doc on spec and did not see anything. I’ll keep digging. The mystery to me is that my understanding is that I would create a spec for the spec utility to apply, but maybe they have incorporated spec into the compiler to give better errors, which would be excellent. But doesn’t lein test compile?

martinklepsch06:07:10

@hiskennyness can you put the error you’re seeing in a gist or so?

martinklepsch07:07:31

Im on a trip the whole weekend but happy to take try stuff myself after that