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

Issue 13992002: Prohibit use of dynamic when extending or implementing classes (was crashing). (Closed)

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

Description

Prohibit use of dynamic when extending or implementing classes (was crashing). Added test. Fix typos in array patch. Cleanup factory result finalization. Do not verify field offsets after a finalization error. Committed: https://code.google.com/p/dart/source/detail?r=21217

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+34 lines, -34 lines) Patch
M runtime/vm/class_finalizer.cc View 1 4 chunks +2 lines, -30 lines 0 comments Download
M runtime/vm/parser.cc View 1 3 chunks +17 lines, -4 lines 0 comments Download
A tests/language/dynamic2_test.dart View 1 chunk +15 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
regis
7 years, 8 months ago (2013-04-10 01:24:43 UTC) #1
hausner
LGTM. https://codereview.chromium.org/13992002/diff/1/runtime/vm/parser.cc File runtime/vm/parser.cc (right): https://codereview.chromium.org/13992002/diff/1/runtime/vm/parser.cc#newcode3311 runtime/vm/parser.cc:3311: "class '%s' may not extend dynamic", may not ...
7 years, 8 months ago (2013-04-10 14:53:53 UTC) #2
regis
Thanks! https://codereview.chromium.org/13992002/diff/1/runtime/vm/parser.cc File runtime/vm/parser.cc (right): https://codereview.chromium.org/13992002/diff/1/runtime/vm/parser.cc#newcode3311 runtime/vm/parser.cc:3311: "class '%s' may not extend dynamic", On 2013/04/10 ...
7 years, 8 months ago (2013-04-10 16:31:33 UTC) #3
regis
7 years, 8 months ago (2013-04-10 16:43:45 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r21217 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698