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

Unified Diff: tool/analyze.sh

Issue 2016483002: Enable strong mode in DDC, fix all warnings/errors (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 4 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 | « test/worker/worker_test.dart ('k') | tool/global_compile.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tool/analyze.sh
diff --git a/tool/analyze.sh b/tool/analyze.sh
index 858abf3121354b3f1f8b573394943dedcba463f4..9c8826372759a9e5212587492069b0e381267021 100755
--- a/tool/analyze.sh
+++ b/tool/analyze.sh
@@ -15,5 +15,5 @@ function fail {
# TODO(jmesserly): ideally we could do test/all_tests.dart, but
# dart_runtime_test.dart creates invalid generic type instantiation AA.
echo "Running dartanalyzer to check for errors/warnings/hints..."
-dartanalyzer --fatal-warnings --package-warnings bin/dartdevc.dart \
+dartanalyzer --strong --fatal-warnings --package-warnings bin/dartdevc.dart \
| grep -v "\[info\] TODO" | (! grep $PWD) || fail
« no previous file with comments | « test/worker/worker_test.dart ('k') | tool/global_compile.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698