Chromium Code Reviews
DescriptionRevert revision 41812 "Let docgen detect a dart-sdk directory that's differently named"
The vm build is incremental, and on bleeding edge the revision number is part of the version number.
So if a cl lands that triggers a rebuild of the api docs - but not of the vm, the check for vmVersion.startsWith(version) will report false.
This is exactly what happened here:
http://build.chromium.org/p/client.dart/builders/analyzer_experimental-linux-release-be/builds/400
The change from sgjesse@ : https://code.google.com/p/dart/source/detail?r=41821
Triggered a rebuild of the api docs, but the vm remained unchanged with a version of:
1.8.0-edge.41820
The version of the build was:
1.8.0-edge.41821
Committed: https://code.google.com/p/dart/source/detail?r=41824
Patch Set 1 #
Messages
Total messages: 5 (0 generated)
|
|||||||||||||||||||