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

Issue 8319020: Verify method overrides in checked mode only (fix issue 69). (Closed)

Created:
9 years, 2 months ago by regis
Modified:
9 years, 2 months ago
Reviewers:
hausner
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Verify method overrides in checked mode only (fix issue 69). Committed: https://code.google.com/p/dart/source/detail?r=489

Patch Set 1 #

Total comments: 4

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+48 lines, -33 lines) Patch
M runtime/vm/class_finalizer.cc View 1 2 chunks +36 lines, -28 lines 0 comments Download
M tests/co19/co19-runtime.status View 1 chunk +9 lines, -4 lines 0 comments Download
M tests/language/src/ClassOverrideNegativeTest.dart View 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
regis
9 years, 2 months ago (2011-10-17 22:39:07 UTC) #1
hausner
LGTM. http://codereview.chromium.org/8319020/diff/1/runtime/vm/class_finalizer.cc File runtime/vm/class_finalizer.cc (right): http://codereview.chromium.org/8319020/diff/1/runtime/vm/class_finalizer.cc#newcode162 runtime/vm/class_finalizer.cc:162: OS::Print("The type of the instance method '%s' in ...
9 years, 2 months ago (2011-10-17 22:56:26 UTC) #2
regis
9 years, 2 months ago (2011-10-17 22:59:13 UTC) #3
Thanks!

http://codereview.chromium.org/8319020/diff/1/runtime/vm/class_finalizer.cc
File runtime/vm/class_finalizer.cc (right):

http://codereview.chromium.org/8319020/diff/1/runtime/vm/class_finalizer.cc#n...
runtime/vm/class_finalizer.cc:162: OS::Print("The type of the instance method
'%s' in class '%s' is not a "
On 2011/10/17 22:56:26, hausner wrote:
> Can probably save a word:
> 
> The type of the instance ... -> The type of instance ...

Done.

http://codereview.chromium.org/8319020/diff/1/runtime/vm/class_finalizer.cc#n...
runtime/vm/class_finalizer.cc:842: ReportError("The type of the instance method
'%s' in class '%s' is "
On 2011/10/17 22:56:26, hausner wrote:
> ditto

Done.

Powered by Google App Engine
This is Rietveld 408576698