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

Issue 10962013: - Make the VM understand the --checked flag to be aligned with dart2js. (Closed)

Created:
8 years, 3 months ago by Ivan Posva
Modified:
8 years, 3 months ago
Reviewers:
regis
CC:
reviews_dartlang.org
Visibility:
Public.

Description

- Make the VM understand the --checked flag to be aligned with dart2js. - Adjust some of the checked mode tests to pass --checked and --enable-checked-mode. Committed: https://code.google.com/p/dart/source/detail?r=12651

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -6 lines) Patch
M runtime/vm/parser.cc View 2 chunks +7 lines, -2 lines 2 comments Download
M tests/language/factory3_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/generic_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/type_checks_in_factory_method_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/typed_message_test.dart View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
Ivan Posva
Partially addresses http://dartbug.com/589 -Ivan
8 years, 3 months ago (2012-09-20 18:04:11 UTC) #1
regis
LGTM with one typo to fix. https://chromiumcodereview.appspot.com/10962013/diff/1/runtime/vm/parser.cc File runtime/vm/parser.cc (right): https://chromiumcodereview.appspot.com/10962013/diff/1/runtime/vm/parser.cc#newcode48 runtime/vm/parser.cc:48: "Enabled checked mode."); ...
8 years, 3 months ago (2012-09-20 18:17:27 UTC) #2
Ivan Posva
8 years, 3 months ago (2012-09-20 18:18:44 UTC) #3
https://chromiumcodereview.appspot.com/10962013/diff/1/runtime/vm/parser.cc
File runtime/vm/parser.cc (right):

https://chromiumcodereview.appspot.com/10962013/diff/1/runtime/vm/parser.cc#n...
runtime/vm/parser.cc:48: "Enabled checked mode.");
On 2012/09/20 18:17:27, regis wrote:
> Enabled -> Enable
> I fixed the same typo yesterday on line 44 and you reviewed it.

Done.

Powered by Google App Engine
This is Rietveld 408576698