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

Unified Diff: pkg/dev_compiler/tool/analyze.sh

Issue 2669623002: Use bleeding edge analyzer to analyze DDC (Closed)
Patch Set: Created 3 years, 11 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 | « .travis.yml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/dev_compiler/tool/analyze.sh
diff --git a/pkg/dev_compiler/tool/analyze.sh b/pkg/dev_compiler/tool/analyze.sh
index cd457fca0e1e3bad03ac67c058a26b5cba090dd8..7786289237fd4e790f88d7601b93c5678560ccae 100755
--- a/pkg/dev_compiler/tool/analyze.sh
+++ b/pkg/dev_compiler/tool/analyze.sh
@@ -15,6 +15,6 @@ 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..."
-dartanalyzer --strong --package-warnings \
+dart ../analyzer_cli/bin/analyzer.dart --strong --package-warnings \
bin/dartdevc.dart web/main.dart \
| grep -v "\[info\]" | grep -v "\[hint\]" | (! grep $PWD) || fail
« no previous file with comments | « .travis.yml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698