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

Unified Diff: pkg/front_end/lib/src/fasta/compiler_command_line.dart

Issue 3002053002: Make package:kernel's verifier pass fasta-compiled code, make fasta not return exitcode 1 for warni…
Patch Set: Created 3 years, 4 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 | pkg/kernel/lib/verifier.dart » ('j') | pkg/kernel/lib/verifier.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/lib/src/fasta/compiler_command_line.dart
diff --git a/pkg/front_end/lib/src/fasta/compiler_command_line.dart b/pkg/front_end/lib/src/fasta/compiler_command_line.dart
index 0a682cdca6bcbb83cb66c767a28661438fc5fdde..76364c6c4baa7a2319dbcc31fc84a9c5b0915079 100644
--- a/pkg/front_end/lib/src/fasta/compiler_command_line.dart
+++ b/pkg/front_end/lib/src/fasta/compiler_command_line.dart
@@ -160,7 +160,7 @@ class CompilerCommandLine extends CommandLine {
// All command-line tools take only a single entry point and chase
// dependencies, and provide a non-zero exit code when errors are found.
..chaseDependencies = true
- ..setExitCodeOnProblem = true
+ ..setExitCodeOnProblem = false
Siggi Cherem (dart-lang) 2017/08/21 20:01:51 since the default is false, let's simply delete th
..debugDump = cl.dumpIr
..verbose = cl.verbose
..verify = cl.verify;
« no previous file with comments | « no previous file | pkg/kernel/lib/verifier.dart » ('j') | pkg/kernel/lib/verifier.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698