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

Issue 2986973002: Add support for initializers in constructor invocation (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 initializers in constructor invocation This adds support for field and local initialziers for constructor invocation. BUG= R=dmitryas@google.com Committed: https://github.com/dart-lang/sdk/commit/66426a2b1c0fd598e7d2181cb31b6dd2ffaea810

Patch Set 1 #

Patch Set 2 : Add tests and fix an issue #

Patch Set 3 : Fix a comment #

Patch Set 4 : Fix comment #

Total comments: 8

Patch Set 5 : Apply review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+122 lines, -5 lines) Patch
M pkg/kernel/lib/interpreter/interpreter.dart View 1 2 3 4 3 chunks +82 lines, -5 lines 0 comments Download
M pkg/kernel/testcases/interpreter/object_field_initializers_test.dart View 1 3 chunks +18 lines, -0 lines 0 comments Download
M pkg/kernel/testcases/interpreter/object_field_initializers_test.dart.expect View 1 2 chunks +22 lines, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 6 (2 generated)
zhivkag
3 years, 4 months ago (2017-07-28 06:21:48 UTC) #2
Dmitry Stefantsov
LGTM if you respond to the comments. https://codereview.chromium.org/2986973002/diff/60001/pkg/kernel/lib/interpreter/interpreter.dart File pkg/kernel/lib/interpreter/interpreter.dart (right): https://codereview.chromium.org/2986973002/diff/60001/pkg/kernel/lib/interpreter/interpreter.dart#newcode694 pkg/kernel/lib/interpreter/interpreter.dart:694: // (i.e., ...
3 years, 4 months ago (2017-08-02 10:27:19 UTC) #3
zhivkag
Thanks! https://codereview.chromium.org/2986973002/diff/60001/pkg/kernel/lib/interpreter/interpreter.dart File pkg/kernel/lib/interpreter/interpreter.dart (right): https://codereview.chromium.org/2986973002/diff/60001/pkg/kernel/lib/interpreter/interpreter.dart#newcode694 pkg/kernel/lib/interpreter/interpreter.dart:694: // (i.e., Field or Local initializer) or a ...
3 years, 4 months ago (2017-08-02 10:56:05 UTC) #4
zhivkag
3 years, 4 months ago (2017-08-02 10:57:32 UTC) #6
Message was sent while issue was closed.
Committed patchset #5 (id:80001) manually as
66426a2b1c0fd598e7d2181cb31b6dd2ffaea810 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698