We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
3.3.0-RC6
/** * Voir blogConfig [[nofoo.Foo]] ou [[foo.noFoo]] */ def bar2 = ()
When I do multiple errors, on the same def, for links to API documentation (double brackets), I get a warning like:
[warn] -- Warning: src/main/scala/caseTest/foo.scala:14:4 ----------------------------- [warn] 14 |def bar2 = () [warn] | ^ [warn] | No DRI found for query: nofoo.Foo
But the following errors are silently ignored.
I expect to receive warnings for all erroneous links.
The text was updated successfully, but these errors were encountered:
I think the problem is with the srcPos in Comments.resolveLink because when I remove it, it works fine (minus the error position of course)
Sorry, something went wrong.
Florian3k
No branches or pull requests
Compiler version
3.3.0-RC6
Minimized code
Output
When I do multiple errors, on the same def, for links to API documentation (double brackets), I get a warning like:
But the following errors are silently ignored.
Expectation
I expect to receive warnings for all erroneous links.
The text was updated successfully, but these errors were encountered: