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

Issue 1986853003: Move TypeParameterizedElementForLink and TypeParameterElementForLink to impl. (Closed)

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

Description

Move TypeParameterizedElementForLink and TypeParameterElementForLink to impl. There is much more to do - do the same not just for classes, but also for typedefs and executables; this is just minimally valuable (maybe) change. R=brianwilkerson@google.com, paulberry@google.com BUG= Committed: https://github.com/dart-lang/sdk/commit/e2ed7243e23bc720ffffc5d6b85c442e017a7bbe

Patch Set 1 #

Total comments: 19

Patch Set 2 : Fixes for review comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+493 lines, -316 lines) Patch
M pkg/analyzer/lib/src/dart/element/element.dart View 1 20 chunks +274 lines, -26 lines 0 comments Download
M pkg/analyzer/lib/src/summary/link.dart View 1 43 chunks +95 lines, -238 lines 0 comments Download
M pkg/analyzer/lib/src/summary/resynthesize.dart View 1 23 chunks +108 lines, -41 lines 0 comments Download
M pkg/analyzer/test/src/summary/linker_test.dart View 1 5 chunks +11 lines, -10 lines 0 comments Download
M pkg/analyzer/test/src/summary/resynthesize_test.dart View 1 1 chunk +5 lines, -1 line 0 comments Download

Messages

Total messages: 7 (1 generated)
scheglov
4 years, 7 months ago (2016-05-17 18:46:51 UTC) #1
Paul Berry
lgtm https://codereview.chromium.org/1986853003/diff/1/pkg/analyzer/lib/src/dart/element/element.dart File pkg/analyzer/lib/src/dart/element/element.dart (right): https://codereview.chromium.org/1986853003/diff/1/pkg/analyzer/lib/src/dart/element/element.dart#newcode1857 pkg/analyzer/lib/src/dart/element/element.dart:1857: * The context in which this element is ...
4 years, 7 months ago (2016-05-17 19:28:03 UTC) #2
scheglov
https://codereview.chromium.org/1986853003/diff/1/pkg/analyzer/lib/src/dart/element/element.dart File pkg/analyzer/lib/src/dart/element/element.dart (right): https://codereview.chromium.org/1986853003/diff/1/pkg/analyzer/lib/src/dart/element/element.dart#newcode1857 pkg/analyzer/lib/src/dart/element/element.dart:1857: * The context in which this element is resynthesized. ...
4 years, 7 months ago (2016-05-17 19:42:21 UTC) #3
Brian Wilkerson
lgtm https://codereview.chromium.org/1986853003/diff/1/pkg/analyzer/lib/src/dart/element/element.dart File pkg/analyzer/lib/src/dart/element/element.dart (right): https://codereview.chromium.org/1986853003/diff/1/pkg/analyzer/lib/src/dart/element/element.dart#newcode5161 pkg/analyzer/lib/src/dart/element/element.dart:5161: final TypeParameterizedElementMixin _enclosingTypeParameterContext; It looks wrong to me ...
4 years, 7 months ago (2016-05-17 19:42:26 UTC) #4
Brian Wilkerson
https://codereview.chromium.org/1986853003/diff/1/pkg/analyzer/test/src/summary/resynthesize_test.dart File pkg/analyzer/test/src/summary/resynthesize_test.dart (right): https://codereview.chromium.org/1986853003/diff/1/pkg/analyzer/test/src/summary/resynthesize_test.dart#newcode678 pkg/analyzer/test/src/summary/resynthesize_test.dart:678: if (original is TypeParameterElement) {} else { > Hopefully ...
4 years, 7 months ago (2016-05-17 19:43:57 UTC) #5
scheglov
4 years, 7 months ago (2016-05-17 19:51:36 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
e2ed7243e23bc720ffffc5d6b85c442e017a7bbe (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698