Skip to content

Path dependent types in doc not rendered properly #15716

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
prolativ opened this issue Jul 21, 2022 · 1 comment · Fixed by #17213
Closed

Path dependent types in doc not rendered properly #15716

prolativ opened this issue Jul 21, 2022 · 1 comment · Fixed by #17213

Comments

@prolativ
Copy link
Contributor

Compiler version

3.2.1-RC1-bin-20220720-6c7acf9-NIGHTLY

Problem description

Path dependent types in scaladoc are not rendered properly - they're replaced with <none>, e.g. for object scala.deriving.Mirror:

  extension [T](p: ProductOf[T])
    def fromTuple(t: p.MirroredElemTypes): T

is displayed as

extension [T](p: [ProductOf][T])
  def fromTuple(t: <none>): T

Screenshot 2022-07-21 at 11 22 59

@Dedelweiss
Copy link
Contributor

This problem seems to be fixed thanks to @Florian3k in PR #17213. (Tested locally)

@Florian3k Florian3k linked a pull request Apr 18, 2023 that will close this issue
@Kordyjan Kordyjan added this to the 3.4.0 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.

3 participants