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

Unified Diff: utils/pub/command_update.dart

Issue 14232023: Switch to backtracking solver. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 8 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
« no previous file with comments | « utils/pub/command_install.dart ('k') | utils/pub/entrypoint.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/pub/command_update.dart
diff --git a/utils/pub/command_update.dart b/utils/pub/command_update.dart
index 5c556ce95b580704f4c2da61fe09b39c8338aa22..b54cb64195f5dbb62568d8a157a42ab21f455bde 100644
--- a/utils/pub/command_update.dart
+++ b/utils/pub/command_update.dart
@@ -24,7 +24,6 @@ class UpdateCommand extends PubCommand {
future = entrypoint.updateDependencies(commandOptions.rest);
}
return future
- .then((_) => log.message("Dependencies updated!"))
- .then((_) => entrypoint.validateSdkConstraints());
+ .then((_) => log.message("Dependencies updated!"));
}
}
« no previous file with comments | « utils/pub/command_install.dart ('k') | utils/pub/entrypoint.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698