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

Unified Diff: utils/pub/repo_source.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/repo_source.dart
diff --git a/utils/pub/repo_source.dart b/utils/pub/repo_source.dart
index 1046af7ae44b23734446b647b65203d51cd1ebf3..241ea348b3a2b79922aaedd1b0fcbff3281f37d4 100644
--- a/utils/pub/repo_source.dart
+++ b/utils/pub/repo_source.dart
@@ -104,7 +104,7 @@ class RepoSource extends Source {
* "url" refers to a package with the given name from the repo at the given
* URL.
*/
- void validateDescription(description) {
+ void validateDescription(description, [bool fromLockFile=false]) {
_parseDescription(description);
}

Powered by Google App Engine
This is Rietveld 408576698