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

Unified Diff: utils/pub/packages_dir.dart

Issue 10392089: Add a Pub source that checks packages out from Git. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update both RegExps Created 8 years, 7 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/package.dart ('k') | utils/pub/pub.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/pub/packages_dir.dart
diff --git a/utils/pub/packages_dir.dart b/utils/pub/packages_dir.dart
index 084aeff2fed769958b5ee557dd2e91655f4a6e5b..04f8bd9a8208210a5cc7f6779988e309c722fd08 100644
--- a/utils/pub/packages_dir.dart
+++ b/utils/pub/packages_dir.dart
@@ -80,7 +80,7 @@ class PackagesDir {
'"${id.source.name}".';
});
}
- }).chain((_) => Package.load(packageDir));
+ }).chain((_) => Package.load(packageDir, cache.sources));
future.then((pkg) => _loadedPackages[id] = pkg);
always(future, () => _pendingInstalls.remove(id));
« no previous file with comments | « utils/pub/package.dart ('k') | utils/pub/pub.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698