Skip to content

Scaladoc: Wrong formatting of type lambdas in signatures #13694

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
KacperFKorban opened this issue Oct 4, 2021 · 1 comment · Fixed by #13753
Closed

Scaladoc: Wrong formatting of type lambdas in signatures #13694

KacperFKorban opened this issue Oct 4, 2021 · 1 comment · Fixed by #13753
Assignees
Milestone

Comments

@KacperFKorban
Copy link
Member

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
Copy link
Contributor

This commit brought up regression 67451b1

@BarkingBad BarkingBad linked a pull request Oct 15, 2021 that will close this issue
@Kordyjan Kordyjan added this to the 3.1.1 milestone Aug 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants