Fork me on GitHub
#cljdoc
<
2024-06-26
>
Noah Bogart20:06:10

funny situation: i have a namespace that has a segment that isnt used anywhere else: lazytest.extensions.matcher-combinators exists, but lazytest.extensions doesn't. cljdoc doesn't know how to render the latter doc page: https://cljdoc.org/d/io.github.noahtheduke/lazytest/0.2.1/api/lazytest.extensions.matcher-combinators vs https://cljdoc.org/d/io.github.noahtheduke/lazytest/0.2.1/api/lazytest.extensions

lread20:06:09

Yeah, that's new to me! I tried other libs on cljdoc and see the same issue. Thanks for reporting! I can take a look sometime soon.

👍 1
Noah Bogart20:06:33

no rush, i don't expect anyone to look at the docs here, i don't even have docstrings on my functions!

lread20:06:04

It seems like a general cljdoc problem - and a bit on the icky side, if you ask me! I'll understand and fix it soon.

lread03:06:24

I fixed a small regression in a recent change, should be all good now @UEENNMX0T

lread11:06:33

You are most welcome! Thanks again for reporting the issue!