Open JD557 opened 7 months ago
@Kordyjan your wheelhouse?
This was not just a 1st of April joke :)
Workaround (based on tip from @JD557 - thanks!!): View old docs from 3.3.2 https://www.scala-lang.org/api/3.3.2/
So also old docs needs to be updated; there is a big risk that a newcomer comes to another version of the docs when sifting the net.... For example api doc soruce links of 3.2.2 does not work either.
This looks to be the same issue as https://github.com/scala/scala3/issues/15689
And I still think that this is an issue with the release procedure and not the scaladoc itself. Curiously though, there seems to be a pattern of only the last patch release in every minor being broken. Is there a different script for releasing the last patch in a minor line?
Compiler version
3.3.3
Minimized example
https://scala-lang.org/api/3.3.3/scala/collection/immutable/Vector.html
Output
The source link points to
https://github.com/lampepfl/dotty/blob/3.3.3/out/bootstrap/stdlib-bootstrapped/scala-3.3.2-bin-SNAPSHOT-nonbootstrapped/src_managed/main/scala-library-src/scala/collection/immutable/Vector.scala#L115
Expectation
The source should point to
https://github.com/scala/scala/blob/v2.13.12/src/library/scala/collection/immutable/Vector.scala#L115