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

Issue 1149403009: Refactoring resolution of local access and unqualified access of statics (Closed)

Created:
5 years, 6 months ago by Johnni Winther
Modified:
5 years, 6 months ago
Reviewers:
karlklose
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 #

Total comments: 8

Patch Set 2 : Updated cf. comments. #

Patch Set 3 : Rebased #

Patch Set 4 : Rebased #

Patch Set 5 : Fix bugs. #

Patch Set 6 : Rebased #

Patch Set 7 : Fix after rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+606 lines, -85 lines) Patch
M pkg/compiler/lib/src/enqueue.dart View 1 chunk +2 lines, -1 line 0 comments Download
M pkg/compiler/lib/src/helpers/trace.dart View 1 1 chunk +6 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/inferrer/simple_types_inferrer.dart View 1 2 3 4 4 chunks +47 lines, -1 line 0 comments Download
M pkg/compiler/lib/src/resolution/members.dart View 1 2 3 4 5 6 16 chunks +375 lines, -35 lines 0 comments Download
M pkg/compiler/lib/src/resolution/resolution_common.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/resolution/semantic_visitor.dart View 1 2 3 4 1 chunk +15 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/resolution/semantic_visitor_mixins.dart View 1 2 3 4 3 chunks +31 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/resolution/send_structure.dart View 1 2 3 4 1 chunk +7 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/resolved_visitor.dart View 1 2 3 4 1 chunk +10 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/ssa/builder.dart View 1 2 3 4 7 chunks +68 lines, -12 lines 0 comments Download
M tests/compiler/dart2js/diagnose_ambiguous_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/resolver_test.dart View 1 2 3 4 5 5 chunks +10 lines, -18 lines 0 comments Download
M tests/compiler/dart2js/semantic_visitor_test.dart View 1 2 3 4 2 chunks +1 line, -5 lines 0 comments Download
M tests/compiler/dart2js/semantic_visitor_test_send_data.dart View 1 2 3 4 5 chunks +14 lines, -8 lines 0 comments Download
M tests/compiler/dart2js/semantic_visitor_test_send_visitor.dart View 1 2 3 4 1 chunk +15 lines, -1 line 0 comments Download
M tests/compiler/dart2js/simple_inferrer_test.dart View 3 chunks +3 lines, -2 lines 0 comments Download

Messages

Total messages: 8 (1 generated)
Johnni Winther
5 years, 6 months ago (2015-06-07 11:38:11 UTC) #2
karlklose
LGTM. https://codereview.chromium.org/1149403009/diff/1/pkg/compiler/lib/src/helpers/trace.dart File pkg/compiler/lib/src/helpers/trace.dart (right): https://codereview.chromium.org/1149403009/diff/1/pkg/compiler/lib/src/helpers/trace.dart#newcode56 pkg/compiler/lib/src/helpers/trace.dart:56: traceExceptions(List<String> exceptions) { Please add some documentation. https://codereview.chromium.org/1149403009/diff/1/pkg/compiler/lib/src/helpers/trace.dart#newcode59 ...
5 years, 6 months ago (2015-06-08 09:05:30 UTC) #3
Johnni Winther
https://codereview.chromium.org/1149403009/diff/1/pkg/compiler/lib/src/helpers/trace.dart File pkg/compiler/lib/src/helpers/trace.dart (right): https://codereview.chromium.org/1149403009/diff/1/pkg/compiler/lib/src/helpers/trace.dart#newcode56 pkg/compiler/lib/src/helpers/trace.dart:56: traceExceptions(List<String> exceptions) { On 2015/06/08 09:05:30, karlklose wrote: > ...
5 years, 6 months ago (2015-06-08 09:36:15 UTC) #4
Johnni Winther
Committed patchset #3 (id:40001) manually as 58896b74ce50615114a006282e5b353885eca385 (presubmit successful).
5 years, 6 months ago (2015-06-08 09:54:07 UTC) #5
Johnni Winther
PTAL @ the last patch
5 years, 6 months ago (2015-06-08 12:17:41 UTC) #6
karlklose
Patch set 5 LGTM.
5 years, 6 months ago (2015-06-08 12:34:22 UTC) #7
Johnni Winther
5 years, 6 months ago (2015-06-08 12:52:01 UTC) #8
Message was sent while issue was closed.
Committed patchset #7 (id:110001) manually as
6fc35928429253a044c291e770d4d7e8f7fddce2 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698