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

Issue 22685007: Implement updated method overriding rules in the vm. (Closed)

Created:
7 years, 4 months ago by regis
Modified:
7 years, 4 months ago
Reviewers:
siva, hausner
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Implement updated method overriding rules in the vm (issue 11495). Introduce --error-on-bad-override flag and use it when generating snapshots. Fix signature checking when patching methods. Fix errors in patch files. Fix receiver type of constructors. Fix finalization of mixin application typedefs. Update tests and status files. R=asiva@google.com Committed: https://code.google.com/p/dart/source/detail?r=26027

Patch Set 1 #

Patch Set 2 : #

Total comments: 16

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+362 lines, -275 lines) Patch
M runtime/bin/secure_socket_patch.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M runtime/lib/collection_patch.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M runtime/lib/date_patch.dart View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/lib/expando_patch.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M runtime/lib/isolate_patch.dart View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/lib/string_buffer_patch.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M runtime/tools/create_snapshot_bin.py View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/class_finalizer.h View 1 2 3 2 chunks +8 lines, -2 lines 0 comments Download
M runtime/vm/class_finalizer.cc View 1 2 3 36 chunks +138 lines, -80 lines 0 comments Download
M runtime/vm/dart_api_impl_test.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/vm/intermediate_language.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/object.h View 1 2 3 2 chunks +6 lines, -3 lines 0 comments Download
M runtime/vm/object.cc View 1 2 3 9 chunks +67 lines, -51 lines 0 comments Download
M runtime/vm/object_test.cc View 1 2 3 4 chunks +33 lines, -18 lines 0 comments Download
M runtime/vm/parser.h View 1 2 3 6 chunks +9 lines, -7 lines 0 comments Download
M runtime/vm/parser.cc View 1 2 3 24 chunks +60 lines, -66 lines 0 comments Download
M tests/co19/co19-runtime.status View 1 2 3 1 chunk +12 lines, -3 lines 0 comments Download
M tests/language/bad_override_test.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
D tests/language/class_override_negative_test.dart View 1 2 3 1 chunk +0 lines, -20 lines 0 comments Download
A + tests/language/class_override_test.dart View 1 chunk +8 lines, -4 lines 0 comments Download
M tests/language/language.status View 1 2 3 1 chunk +4 lines, -2 lines 0 comments Download
M tests/language/language_analyzer.status View 1 2 3 1 chunk +0 lines, -4 lines 0 comments Download
M tests/language/language_dart2js.status View 1 2 3 1 chunk +4 lines, -2 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
regis
7 years, 4 months ago (2013-08-09 21:25:48 UTC) #1
siva
lgtm https://codereview.chromium.org/22685007/diff/9001/runtime/lib/date_patch.dart File runtime/lib/date_patch.dart (right): https://codereview.chromium.org/22685007/diff/9001/runtime/lib/date_patch.dart#newcode221 runtime/lib/date_patch.dart:221: return null; should this now return 0 or ...
7 years, 4 months ago (2013-08-12 02:56:42 UTC) #2
regis
Thanks! https://codereview.chromium.org/22685007/diff/9001/runtime/lib/date_patch.dart File runtime/lib/date_patch.dart (right): https://codereview.chromium.org/22685007/diff/9001/runtime/lib/date_patch.dart#newcode221 runtime/lib/date_patch.dart:221: return null; On 2013/08/12 02:56:43, siva wrote: > ...
7 years, 4 months ago (2013-08-12 17:45:27 UTC) #3
regis
7 years, 4 months ago (2013-08-12 20:29:05 UTC) #4
Message was sent while issue was closed.
Committed patchset #4 manually as r26027 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698