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

Scaladoc: Wrong formatting of type lambdas in signatures #13694

Closed KacperFKorban closed 2 years ago

KacperFKorban commented 2 years ago

https://dotty.epfl.ch/api/scala/collection/Seq.html The signature should look like this:

trait Seq[+A] extends Iterable[A] with PartialFunction[Int, A] with SeqOps[A, Seq, Seq[A]] with IterableFactoryDefaults[A, Seq] with Equals

This is a regression since in 3.0.2 it works properly. https://scala-lang.org/api/3.0.2/scala/collection/Seq.html

BarkingBad commented 2 years ago

This commit brought up regression https://github.com/lampepfl/dotty/commit/67451b10fb3c76710dc5781bed7aa03549047bff