-
Notifications
You must be signed in to change notification settings - Fork 125
Regression: new warning system unable to handle warnings caused by package README.md #1409
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
* Squash canonicalization overhaul part2 into single commit * Cleanup and add comments * dartfmt * Update changelog, reduce memory usage for link checker * dartfmt * delete dartdoc.iml * Review comments * dartfmt * whitespace in changelog * Comment enhancements * Correct changelog to 'orphaned file checker' * update test package docs -- whitespace change in SDK
It is actually failing to generate documentation due to a bug where somehow we've managed to try to print a warning for a nonexistent ModelElement, not the ambiguous reexport. |
Relevant backtrace:
|
@jcollins-g, from a brief look, it looks like this is happening when generating docs for the the package - from documentation parsed from the readme.md file. |
confirmed: the new warning system has a bug where we don't handle warnings generated by the top level package docs correctly. Should be reasonably easy to fix. |
This version refuses to generate docs for Intl due to changes in
47b60b4
There are two libraries, one for dart:io and one for dart:html which both re-export the same thing, and it considers this ambiguous. Even if it was ambiguous, that's hardly a reason to refuse to generate documentation.
The text was updated successfully, but these errors were encountered: