Find out root cause of spurious analysis errors in SDK when running dartdoc #1547
Labels
P3
A lower priority bug or feature request
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
type-code-health
Internal changes to our tools and workflows to make them cleaner, simpler, or more maintainable
#1524's reorganization initially checked the SDK for analysis errors, but some spurious ones began showing up when it did so. There are TODOs in lib/dartdoc.dart's
logAnalysisErrors
near code involving working around this problem, but we should root cause it and drop the exceptions.The text was updated successfully, but these errors were encountered: