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

Unified Diff: sdk/bin/pub

Issue 557563002: Store the async-await compiled pub code directly in the repo. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 3 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 | « no previous file | sdk/bin/pub.bat » ('j') | sdk/lib/_internal/pub/bin/async_compile.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/bin/pub
diff --git a/sdk/bin/pub b/sdk/bin/pub
index 156b7c93f5c65773d128928625d1778c3caa6ba2..07d944ff647373c39152e141c266ab780d612a61 100755
--- a/sdk/bin/pub
+++ b/sdk/bin/pub
@@ -59,8 +59,8 @@ PACKAGES_DIR="$BUILD_DIR/pub_packages/"
# Compile async/await down to vanilla Dart.
# TODO(rnystrom): Remove this when #104 is fixed.
ASYNC_COMPILER="$SDK_DIR/lib/_internal/pub/bin/async_compile.dart"
-"$DART" "--package-root=$PACKAGES_DIR" "$ASYNC_COMPILER" "$BUILD_DIR" --silent
+"$DART" "--package-root=$PACKAGES_DIR" "$ASYNC_COMPILER" "$BUILD_DIR"
# Run the async/await compiled pub.
-PUB="$BUILD_DIR/pub_async/bin/pub.dart"
+PUB="$SDK_DIR/lib/_internal/pub_generated/bin/pub.dart"
exec "$DART" "${VM_OPTIONS[@]}" "--package-root=$PACKAGES_DIR" "$PUB" "$@"
« no previous file with comments | « no previous file | sdk/bin/pub.bat » ('j') | sdk/lib/_internal/pub/bin/async_compile.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698