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

Unified Diff: lib/src/run_batch.dart

Issue 2194163002: Change default binary file extension to .dill (Closed) Base URL: git@github.com:dart-lang/rasta.git@private_names
Patch Set: Created 4 years, 5 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 | « .gitignore ('k') | submodules.txt » ('j') | test/kernel/kernel_test.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/run_batch.dart
diff --git a/lib/src/run_batch.dart b/lib/src/run_batch.dart
index 2f33c02edaa3a2cf4397da2b8fc2494b461eccad..d9b8d9ab58eb767805918613f05a5269b85663b1 100644
--- a/lib/src/run_batch.dart
+++ b/lib/src/run_batch.dart
@@ -85,7 +85,7 @@ class RunBatch extends Rastask {
int failuresBefore = compiler.elementsWithCompileTimeErrors.length;
Uri output = description.output;
- output ??= description.uri.resolve("${description.uri.path}.bart");
+ output ??= description.uri.resolve("${description.uri.path}.dill");
Options options = new Options(
description.uri,
« no previous file with comments | « .gitignore ('k') | submodules.txt » ('j') | test/kernel/kernel_test.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698