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

Issue 2870263003: Add support for redirecting constructors and instance field initialization (Closed)

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

Description

Add support for redirecting constructors and instance field initialization Instance fields only in immediately enclosing class are initialized. BUG= R=dmitryas@google.com Committed: https://github.com/dart-lang/sdk/commit/62c0be200e7e84f14debef22a5ef014f51a7fa8d

Patch Set 1 #

Patch Set 2 : Add deleted line for print logging #

Total comments: 6

Patch Set 3 : Fixes for Dima's comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+212 lines, -62 lines) Patch
M pkg/kernel/lib/interpreter/interpreter.dart View 1 2 11 chunks +212 lines, -62 lines 0 comments Download

Messages

Total messages: 6 (2 generated)
zhivkag
Hi, This change adds support for invocation of constructors for the following steps of the ...
3 years, 7 months ago (2017-05-10 12:26:39 UTC) #2
Dmitry Stefantsov
It LGTM! I only have a couple of suggestions about naming things. https://codereview.chromium.org/2870263003/diff/20001/pkg/kernel/lib/interpreter/interpreter.dart File pkg/kernel/lib/interpreter/interpreter.dart ...
3 years, 7 months ago (2017-05-11 07:44:42 UTC) #3
zhivkag
Thanks! https://codereview.chromium.org/2870263003/diff/20001/pkg/kernel/lib/interpreter/interpreter.dart File pkg/kernel/lib/interpreter/interpreter.dart (right): https://codereview.chromium.org/2870263003/diff/20001/pkg/kernel/lib/interpreter/interpreter.dart#newcode89 pkg/kernel/lib/interpreter/interpreter.dart:89: Configuration evalList(List<InterpreterExpression> args, Environment env, On 2017/05/11 07:44:42, ...
3 years, 7 months ago (2017-05-11 07:55:33 UTC) #4
zhivkag
3 years, 7 months ago (2017-05-11 09:45:43 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
62c0be200e7e84f14debef22a5ef014f51a7fa8d (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698