scala / scala3

The Scala 3 compiler, also known as Dotty.
https://dotty.epfl.ch
Apache License 2.0
5.81k stars 1.05k forks source link

Scala 3.2.2 documentation is missing the intro page #16802

Closed SethTisue closed 1 year ago

SethTisue commented 1 year ago

at e.g. https://www.scala-lang.org/api/3.2.1/ we read:

This is the documentation for the Scala standard library. Package structure: The scala package contains core types like Int, Float, Array or Option which

but that text is missing from https://www.scala-lang.org/api/3.2.2/ — I think it's the package object docs

(not sure whose wheelhouse, maybe @Kordyjan ?)

Kordyjan commented 1 year ago

I'm not sure if this is something in the scaladoc itself that was not visible on the development branch but manifested after merging it into language-reference-stable (@Florian3k) or if we accidentally generated docs for 3.2.2 with a different config than 3.2.1 (in such case @szymon-rd).

julienrf commented 1 year ago

FTR, the problem is fixed with 3.3.0:

https://scala-lang.org/api/3.3.0/

See also (for comparison):

https://scala-lang.org/api/3.2.2/ https://scala-lang.org/api/3.2.1/

Should we close the issue, @SethTisue?