migration tool reanalyzes all part
s in a library every time it analyzes one
#40915
Labels
area-migration (deprecated)
Deprecated: this label is no longer actively used (was: issues with the `dart migrate` tool).
NNBD
Issues related to NNBD Release
P1
A high priority bug; for example, a single project is unusable or has many test failures
In the debugger, I have seen AnalysisDriver._computeAnalysisResult calls with
withUnit = true
for every file in a multi-part library, which appears to force re-analysis of the full library. Exactly why we are doing this and what we might do instead is TBD. This is a big reason migration of web_ui is so slow.The text was updated successfully, but these errors were encountered: