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

Issue 2734943002: More support for generic function types (Closed)

Created:
3 years, 9 months ago by Brian Wilkerson
Modified:
3 years, 9 months ago
Reviewers:
Paul Berry, scheglov
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

More support for generic function types

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+280 lines, -8 lines) Patch
M pkg/analyzer/lib/dart/element/element.dart View 2 chunks +2 lines, -7 lines 0 comments Download
M pkg/analyzer/lib/src/dart/element/builder.dart View 1 chunk +41 lines, -0 lines 0 comments Download
M pkg/analyzer/lib/src/dart/element/element.dart View 1 chunk +231 lines, -0 lines 4 comments Download
M pkg/analyzer/lib/src/generated/error_verifier.dart View 1 chunk +6 lines, -1 line 0 comments Download

Messages

Total messages: 7 (1 generated)
Brian Wilkerson
I'm not thrilled with this. I originally tried not creating an element for a generic ...
3 years, 9 months ago (2017-03-06 19:58:07 UTC) #2
Paul Berry
lgtm https://codereview.chromium.org/2734943002/diff/1/pkg/analyzer/lib/src/dart/element/element.dart File pkg/analyzer/lib/src/dart/element/element.dart (right): https://codereview.chromium.org/2734943002/diff/1/pkg/analyzer/lib/src/dart/element/element.dart#newcode4969 pkg/analyzer/lib/src/dart/element/element.dart:4969: _function = type.element; On 2017/03/06 19:58:07, Brian Wilkerson ...
3 years, 9 months ago (2017-03-06 20:21:15 UTC) #3
scheglov
lgtm https://codereview.chromium.org/2734943002/diff/1/pkg/analyzer/lib/src/dart/element/element.dart File pkg/analyzer/lib/src/dart/element/element.dart (right): https://codereview.chromium.org/2734943002/diff/1/pkg/analyzer/lib/src/dart/element/element.dart#newcode4969 pkg/analyzer/lib/src/dart/element/element.dart:4969: _function = type.element; On 2017/03/06 19:58:07, Brian Wilkerson ...
3 years, 9 months ago (2017-03-06 20:22:22 UTC) #4
Brian Wilkerson
https://codereview.chromium.org/2734943002/diff/1/pkg/analyzer/lib/src/dart/element/element.dart File pkg/analyzer/lib/src/dart/element/element.dart (right): https://codereview.chromium.org/2734943002/diff/1/pkg/analyzer/lib/src/dart/element/element.dart#newcode4969 pkg/analyzer/lib/src/dart/element/element.dart:4969: _function = type.element; Thanks! I'm going to go ahead ...
3 years, 9 months ago (2017-03-06 22:27:02 UTC) #5
Brian Wilkerson
Somehow things got messed up on my machine and the connection between my git branch ...
3 years, 9 months ago (2017-03-07 16:05:39 UTC) #6
Paul Berry
3 years, 9 months ago (2017-03-07 16:42:28 UTC) #7
Message was sent while issue was closed.
On 2017/03/07 16:05:39, Brian Wilkerson wrote:
> Somehow things got messed up on my machine and the connection between my git
> branch and this CL was lost. I re-uploaded and committed exactly the same
> changes, but without a second review.

In case anyone is looking for it, the follow-up CL is here:
https://codereview.chromium.org/2736643006
And the final commit is:
https://github.com/dart-lang/sdk/commit/0fa6715bd8d46e55846e26e47007695783df4415

Powered by Google App Engine
This is Rietveld 408576698