-
Notifications
You must be signed in to change notification settings - Fork 127
Open
Labels
P2A bug or feature request we're likely to work onA bug or feature request we're likely to work ontype-infraA repository infrastructure change or enhancementA repository infrastructure change or enhancementtype-performanceIssues related to slow dartdoc generation.Issues related to slow dartdoc generation.
Description
The dartdoc grinder relies on pub global activate -spath
to run against flutter. For some reason, when using the version of pub included with the Dart SDK inside Flutter, this results in excessive precompiling that hangs Travis.
A workaround in #2224 uses the default pub instead, but this isn't correct in reproducing how dartdoc is run by Flutter on their CI. Flutter probably doesn't hit this problem themselves because they use released versions of dartdoc.
Metadata
Metadata
Assignees
Labels
P2A bug or feature request we're likely to work onA bug or feature request we're likely to work ontype-infraA repository infrastructure change or enhancementA repository infrastructure change or enhancementtype-performanceIssues related to slow dartdoc generation.Issues related to slow dartdoc generation.