-
Notifications
You must be signed in to change notification settings - Fork 1.1k
scaladoc generates warnings: No DRI found for query: ... #17578
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
Comments
@Dedelweiss Could you have a look at this issue? |
Hello @reid-spencer, thank you for waiting. The problem does indeed come from Scalatest (and perhaps Dotty too). I'll see later if it's an Issue but currently Scaladoc can't make the link to the classes in the |
It seems in Scala 2 it was possible to use a symbol in a Scaladoc directive without writing its fully qualified name if the symbol was previously imported. It would be good to support the same in Scala 3. Do you know what it would take? |
@ Dedelweiss & julienrf |
Compiler version
3.3.0-RC6
Minimized code
The symptom occurs in https://github.com/reactific/riddl/testkit only. Other modules in that repository do not produce the symptomatic warnings. The warnings relate to code locations within the compiler, not within in the input source.
Output
Expectation
The warnings are not put out.
The text was updated successfully, but these errors were encountered: