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

Issue 1652183002: Resynthesize top-level and class static property access references. (Closed)

Created:
4 years, 10 months ago by scheglov
Modified:
4 years, 10 months ago
Reviewers:
Paul Berry
CC:
reviews_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Resynthesize top-level and class static property access references. Class static methods have some complications related to propagated types, so I will do it after this CL. R=paulberry@google.com BUG= Committed: https://github.com/dart-lang/sdk/commit/a568af080edaf4c9479992d8dd3f2cfc3920c6ab

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+117 lines, -17 lines) Patch
M pkg/analyzer/lib/src/summary/resynthesize.dart View 6 chunks +36 lines, -14 lines 2 comments Download
M pkg/analyzer/test/src/summary/resynthesize_test.dart View 2 chunks +81 lines, -3 lines 2 comments Download

Messages

Total messages: 5 (1 generated)
scheglov
4 years, 10 months ago (2016-02-01 18:32:05 UTC) #1
Paul Berry
lgtm https://codereview.chromium.org/1652183002/diff/1/pkg/analyzer/lib/src/summary/resynthesize.dart File pkg/analyzer/lib/src/summary/resynthesize.dart (right): https://codereview.chromium.org/1652183002/diff/1/pkg/analyzer/lib/src/summary/resynthesize.dart#newcode420 pkg/analyzer/lib/src/summary/resynthesize.dart:420: Identifier node = _buildElementAst(info.name, info.type.element); I bet this ...
4 years, 10 months ago (2016-02-01 19:27:17 UTC) #2
scheglov
https://codereview.chromium.org/1652183002/diff/1/pkg/analyzer/lib/src/summary/resynthesize.dart File pkg/analyzer/lib/src/summary/resynthesize.dart (right): https://codereview.chromium.org/1652183002/diff/1/pkg/analyzer/lib/src/summary/resynthesize.dart#newcode420 pkg/analyzer/lib/src/summary/resynthesize.dart:420: Identifier node = _buildElementAst(info.name, info.type.element); On 2016/02/01 19:27:16, Paul ...
4 years, 10 months ago (2016-02-01 19:42:19 UTC) #3
scheglov
4 years, 10 months ago (2016-02-01 19:43:23 UTC) #5
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
a568af080edaf4c9479992d8dd3f2cfc3920c6ab (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698