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

Unified Diff: utils/pub/source.dart

Issue 11445034: Better error messages for dependency conflicts. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Tweak error messages. Created 8 years 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 | « no previous file | utils/pub/version_solver.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/pub/source.dart
diff --git a/utils/pub/source.dart b/utils/pub/source.dart
index 85a6c7bfb2bc7c64e51b99a6aa33a28de97051ec..b08647555e4556efae93e041f859de6513dabab4 100644
--- a/utils/pub/source.dart
+++ b/utils/pub/source.dart
@@ -164,8 +164,7 @@ abstract class Source {
* [description2] for this source. This method should be light-weight. It
* doesn't need to validate that either package exists.
*
- * By default, this assumes both descriptions are strings and compares them
- * for equality.
+ * By default, just uses regular equality.
*/
bool descriptionsEqual(description1, description2) =>
description1 == description2;
« no previous file with comments | « no previous file | utils/pub/version_solver.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698