Skip to content

No doc links for quoted reflection methods #10836

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
nicolasstucki opened this issue Dec 17, 2020 · 1 comment · Fixed by #11035
Closed

No doc links for quoted reflection methods #10836

nicolasstucki opened this issue Dec 17, 2020 · 1 comment · Fixed by #11035

Comments

@nicolasstucki
Copy link
Contributor

It is currently impossible to access the documentation of methods in the reflection API. http://dotty.epfl.ch/api/scala/quoted/Quotes$reflectModule.html

For example, TermMethods is listed but it is impossible to follow the link and find the docs for Term.tpe.

@abgruszecki
Copy link
Contributor

I think this is due to a name collision between terms and types, it seems the TermMethods trait isn't listed at all.

/cc @romanowski

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