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

Issue 2990943002: Add support for super initialziers in constructor initializer list (Closed)

Created:
3 years, 4 months ago by zhivkag
Modified:
3 years, 4 months ago
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Add support for super initializers in constructor initializer list BUG= R=dmitryas@google.com Committed: https://github.com/dart-lang/sdk/commit/4aab6a4a494874f78042a4e492981c2f9870aaa5

Patch Set 1 #

Patch Set 2 : Fix long line #

Total comments: 4

Patch Set 3 : Merge branch #

Patch Set 4 : Add comment for index starting at 0 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+74 lines, -41 lines) Patch
M pkg/kernel/lib/interpreter/interpreter.dart View 1 2 3 7 chunks +70 lines, -28 lines 0 comments Download
M pkg/kernel/test/interpreter/interpreter.status View 1 chunk +0 lines, -2 lines 0 comments Download
M pkg/kernel/testcases/interpreter/object_super_test.dart View 1 chunk +2 lines, -6 lines 0 comments Download
M pkg/kernel/testcases/interpreter/object_super_test.dart.expect View 2 chunks +2 lines, -5 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 8 (3 generated)
zhivkag
Support for redirecting constructors will be added similarly, but in a followup CL.
3 years, 4 months ago (2017-07-28 10:23:02 UTC) #3
Dmitry Stefantsov
LGTM. I have a couple of remarks though :) https://codereview.chromium.org/2990943002/diff/20001/pkg/kernel/lib/interpreter/interpreter.dart File pkg/kernel/lib/interpreter/interpreter.dart (right): https://codereview.chromium.org/2990943002/diff/20001/pkg/kernel/lib/interpreter/interpreter.dart#newcode718 pkg/kernel/lib/interpreter/interpreter.dart:718: ...
3 years, 4 months ago (2017-08-02 15:05:49 UTC) #4
zhivkag
https://codereview.chromium.org/2990943002/diff/20001/pkg/kernel/lib/interpreter/interpreter.dart File pkg/kernel/lib/interpreter/interpreter.dart (right): https://codereview.chromium.org/2990943002/diff/20001/pkg/kernel/lib/interpreter/interpreter.dart#newcode718 pkg/kernel/lib/interpreter/interpreter.dart:718: // (i.e., Field or Local initializer) or a Super ...
3 years, 4 months ago (2017-08-02 15:25:40 UTC) #5
zhivkag
3 years, 4 months ago (2017-08-02 15:25:41 UTC) #6
zhivkag
3 years, 4 months ago (2017-08-03 07:00:27 UTC) #8
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
4aab6a4a494874f78042a4e492981c2f9870aaa5 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698