VirtusLab / scala-yaml

Home Page:https://virtuslab.github.io/scala-yaml/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scala3doc is published for the test module?

kubukoz opened this issue · comments

Hi! I found this repo and wanted to see the documentation. I was surprised to see this:

image

None of this looks like library types:

image

I suppose there might be some publishing mix-up.

Update: interestingly enough, there are some other pages being generated (example: https://virtuslab.github.io/scala-yaml/org/virtuslab/yaml/internal.html), but they're not visible via navigation.

Did a bisect, gh-pages broke after 1f68475.

ok, actually a bisect isn't great here because this issue seems to have happened (and been fixed) before.

So I started going one-by-one from the current gh-pages HEAD, which is 04f1364 (bad), and d250032
was already a good one. This makes me think it might be non-deterministic...

Just dumping thoughts here at this point. Found some sort of issue in the build. To reproduce:

  1. rm -rf **/target inside this project, just to clear anything from sbt
  2. sbt
  3. in sbt, doc
  4. see this: https://gist.github.com/kubukoz/47c33c4764d0591fe29cf1214c7efd4d

You can also do this in a more minimal way, with compile - it's enough to see the error.

Seems fine now, could not replicate the problem on current main, I will leave this open for some time.