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

Unified Diff: frog/presubmit.py

Issue 8681027: Fix bug 578 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: prereviewed Created 9 years, 1 month 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 | « frog/parser.dart ('k') | frog/scripts/tree_gen.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: frog/presubmit.py
diff --git a/frog/presubmit.py b/frog/presubmit.py
index 4e61fb317f94643b46dafa69f76d3f33c1ca04b7..d31cac26e1cac903fcb34a7862e05fdd5eb8b7a4 100755
--- a/frog/presubmit.py
+++ b/frog/presubmit.py
@@ -64,7 +64,8 @@ def main(args):
# Selfhost Checked
start = time.time()
- RunCommand('./frogsh', '--out=frogsh', '--enable_type_checks', 'frog.dart',
+ RunCommand('./frogsh', '--out=frogsh',
+ '--enable_type_checks', '--warnings_as_errors', 'frog.dart',
'--enable_type_checks', 'tests/hello.dart', verbose=True)
elapsed = time.time() - start
size = os.path.getsize('./frogsh') / 1024
« no previous file with comments | « frog/parser.dart ('k') | frog/scripts/tree_gen.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698