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

Issue 1437463005: Compute NewStructure in resolution. (Closed)

Created:
5 years, 1 month ago by Johnni Winther
Modified:
5 years, 1 month ago
Reviewers:
sigurdm
CC:
reviews_dartlang.org
Base URL:
https://github.com/dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : Cleanup. #

Patch Set 3 : Long line. #

Total comments: 27

Patch Set 4 : Updated cf. comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+524 lines, -385 lines) Patch
M pkg/compiler/lib/src/compile_time_constants.dart View 1 chunk +27 lines, -13 lines 0 comments Download
M pkg/compiler/lib/src/cps_ir/cps_ir_builder_task.dart View 1 2 chunks +0 lines, -3 lines 0 comments Download
M pkg/compiler/lib/src/elements/elements.dart View 1 2 3 2 chunks +19 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/elements/modelx.dart View 3 chunks +91 lines, -22 lines 0 comments Download
M pkg/compiler/lib/src/inferrer/inferrer_visitor.dart View 1 2 chunks +1 line, -4 lines 0 comments Download
M pkg/compiler/lib/src/info/send_info.dart View 1 2 chunks +1 line, -2 lines 0 comments Download
M pkg/compiler/lib/src/resolution/access_semantics.dart View 1 3 chunks +8 lines, -67 lines 0 comments Download
M pkg/compiler/lib/src/resolution/constructors.dart View 1 2 3 11 chunks +95 lines, -21 lines 0 comments Download
M pkg/compiler/lib/src/resolution/members.dart View 1 2 3 7 chunks +151 lines, -80 lines 0 comments Download
M pkg/compiler/lib/src/resolution/registry.dart View 1 chunk +4 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/resolution/resolution.dart View 4 chunks +15 lines, -11 lines 0 comments Download
M pkg/compiler/lib/src/resolution/semantic_visitor.dart View 1 3 chunks +5 lines, -4 lines 0 comments Download
M pkg/compiler/lib/src/resolution/send_resolver.dart View 1 1 chunk +0 lines, -127 lines 0 comments Download
M pkg/compiler/lib/src/resolution/send_structure.dart View 1 2 3 4 chunks +82 lines, -17 lines 0 comments Download
M pkg/compiler/lib/src/resolution/tree_elements.dart View 3 chunks +22 lines, -5 lines 0 comments Download
M pkg/compiler/lib/src/ssa/builder.dart View 1 1 chunk +0 lines, -1 line 0 comments Download
M pkg/compiler/lib/src/ssa/ssa.dart View 1 1 chunk +0 lines, -2 lines 0 comments Download
M tests/co19/co19-dart2js.status View 1 chunk +0 lines, -2 lines 0 comments Download
M tests/compiler/dart2js/message_kind_helper.dart View 1 1 chunk +1 line, -0 lines 0 comments Download
M tests/language/constructor_redirect2_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 6 (2 generated)
Johnni Winther
Main changes in members.dart and constructors.dart https://codereview.chromium.org/1437463005/diff/40001/pkg/compiler/lib/src/resolution/constructors.dart File pkg/compiler/lib/src/resolution/constructors.dart (right): https://codereview.chromium.org/1437463005/diff/40001/pkg/compiler/lib/src/resolution/constructors.dart#newcode772 pkg/compiler/lib/src/resolution/constructors.dart:772: final PrefixElement prefix; ...
5 years, 1 month ago (2015-11-10 13:42:20 UTC) #2
sigurdm
LGTM https://codereview.chromium.org/1437463005/diff/40001/pkg/compiler/lib/src/elements/elements.dart File pkg/compiler/lib/src/elements/elements.dart (right): https://codereview.chromium.org/1437463005/diff/40001/pkg/compiler/lib/src/elements/elements.dart#newcode1266 pkg/compiler/lib/src/elements/elements.dart:1266: /// Is `true` if this constructor is malformed. ...
5 years, 1 month ago (2015-11-11 08:24:52 UTC) #3
Johnni Winther
https://codereview.chromium.org/1437463005/diff/40001/pkg/compiler/lib/src/elements/elements.dart File pkg/compiler/lib/src/elements/elements.dart (right): https://codereview.chromium.org/1437463005/diff/40001/pkg/compiler/lib/src/elements/elements.dart#newcode1266 pkg/compiler/lib/src/elements/elements.dart:1266: /// Is `true` if this constructor is malformed. On ...
5 years, 1 month ago (2015-11-11 09:56:30 UTC) #4
Johnni Winther
5 years, 1 month ago (2015-11-11 10:46:17 UTC) #6
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
9cfba28da17a951c7f2da5d810ff8be7f8004b80 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698