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

Unified Diff: utils/pub/version_solver.dart

Issue 11066066: Include stderr on git failure. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove test code. Created 8 years, 2 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/source.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/pub/version_solver.dart
diff --git a/utils/pub/version_solver.dart b/utils/pub/version_solver.dart
index 988e44ce90c5eabc8a77bd10a40ca54941741c5e..8af26aab4abc639a7c04d32ecefd65f73bbc425b 100644
--- a/utils/pub/version_solver.dart
+++ b/utils/pub/version_solver.dart
@@ -197,7 +197,7 @@ class VersionSolver {
return true;
}
}
-
+
return dependency.dependers.map(getDependency).some((subdependency) =>
tryUnlockDepender(subdependency, seen));
}
@@ -328,7 +328,7 @@ class ChangeVersion implements WorkItem {
* graph once a dependency has changed. Changing the dependency is the
* responsibility of subclasses.
*/
-class ChangeConstraint implements WorkItem {
+abstract class ChangeConstraint implements WorkItem {
abstract Future process(VersionSolver solver);
abstract void undo(VersionSolver solver);
« no previous file with comments | « utils/pub/source.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698