Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1487)

Unified Diff: utils/pub/pubspec.dart

Issue 10796021: Use a lockfile to persist Pub's installed version constellation. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Name change Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: utils/pub/pubspec.dart
diff --git a/utils/pub/pubspec.dart b/utils/pub/pubspec.dart
index 767a79176cfdd2a0812be2ba4ff8c7a33fac9354..e18b89b1439e994a3d23c839c1e803c6053cd292 100644
--- a/utils/pub/pubspec.dart
+++ b/utils/pub/pubspec.dart
@@ -95,7 +95,7 @@ class Pubspec {
'Dependency specification $spec must be a string or a mapping.');
}
- source.validateDescription(description);
+ source.validateDescription(description, fromLockFile: false);
dependencies.add(new PackageRef(
source, versionConstraint, description));

Powered by Google App Engine
This is Rietveld 408576698