-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Fix type aliases in beta-reduction of polyfunctions #17054
Conversation
compiler/src/scala/quoted/runtime/impl/printers/SourceCode.scala
Outdated
Show resolved
Hide resolved
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall, the implementation looks good. The only place that needs tweaking is the implicit
parameters part -- added a separate comment about that.
scaladoc/src/dotty/tools/scaladoc/tasty/Scaladoc2AnchorCreator.scala
Outdated
Show resolved
Hide resolved
8f9a98d
to
21ee1da
Compare
scaladoc/src/dotty/tools/scaladoc/tasty/Scaladoc2AnchorCreator.scala
Outdated
Show resolved
Hide resolved
Showing the tree or type does not return a reliable representation. The only way to create this correctly is be creating a custom printer that prints in the required format.
21ee1da
to
1c2ceae
Compare
Fixes #17052