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

Unified Diff: sdk/lib/_internal/pub/lib/src/barback/dart2js_transformer.dart

Issue 150203012: Log when dart2js starts compiling. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 10 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/lib/_internal/pub/test/transformer/dart2js/does_not_compile_until_its_output_is_requested_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/_internal/pub/lib/src/barback/dart2js_transformer.dart
diff --git a/sdk/lib/_internal/pub/lib/src/barback/dart2js_transformer.dart b/sdk/lib/_internal/pub/lib/src/barback/dart2js_transformer.dart
index 84ca33618cb4c4b08c8ed2085ecb4d744ab9eeb9..7c7f53944b6357219fc6f4412ac444b1acfa60f9 100644
--- a/sdk/lib/_internal/pub/lib/src/barback/dart2js_transformer.dart
+++ b/sdk/lib/_internal/pub/lib/src/barback/dart2js_transformer.dart
@@ -70,6 +70,8 @@ class Dart2JSTransformer extends Transformer implements LazyTransformer {
}
Future apply(Transform transform) {
+ transform.logger.info("Compiling ${transform.primaryInput.id}...");
+
// Wait for any ongoing apply to finish first.
// TODO(rnystrom): If there are multiple simultaneous compiles, this will
// resume and pause them repeatedly. It still serializes them correctly,
« no previous file with comments | « no previous file | sdk/lib/_internal/pub/test/transformer/dart2js/does_not_compile_until_its_output_is_requested_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698