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

Issue 2964013002: Implement type variables on generalized function types. (Closed)

Created:
3 years, 5 months ago by ahe
Modified:
3 years, 5 months ago
CC:
reviews_dartlang.org, dart-fe-team+reviews_google.com, floitsch
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Implement type variables on generalized function types. R=paulberry@google.com Committed: https://github.com/dart-lang/sdk/commit/3fd7bd1bdc90430f63d5f40d5d56f40eaa914dd1

Patch Set 1 #

Total comments: 6

Patch Set 2 : Add TODO. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+61 lines, -13 lines) Patch
M pkg/front_end/lib/src/fasta/kernel/body_builder.dart View 6 chunks +58 lines, -11 lines 0 comments Download
M pkg/front_end/testcases/inference/downwards_inference_annotations_type_variable_local.dart.direct.expect View 1 chunk +2 lines, -2 lines 0 comments Download
M pkg/front_end/testcases/strong.status View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 7 (2 generated)
ahe
Florian: If you won't mind, could you check if this fixes your problems with the ...
3 years, 5 months ago (2017-06-29 14:31:41 UTC) #2
Paul Berry
lgtm https://codereview.chromium.org/2964013002/diff/1/pkg/front_end/lib/src/fasta/kernel/body_builder.dart File pkg/front_end/lib/src/fasta/kernel/body_builder.dart (right): https://codereview.chromium.org/2964013002/diff/1/pkg/front_end/lib/src/fasta/kernel/body_builder.dart#newcode2965 pkg/front_end/lib/src/fasta/kernel/body_builder.dart:2965: List<TypeParameter> typeParameters = new List<TypeParameter>.filled( Nit: why not ...
3 years, 5 months ago (2017-06-29 17:45:40 UTC) #3
Paul Berry
https://codereview.chromium.org/2964013002/diff/1/pkg/front_end/testcases/strong.status File pkg/front_end/testcases/strong.status (right): https://codereview.chromium.org/2964013002/diff/1/pkg/front_end/testcases/strong.status#newcode64 pkg/front_end/testcases/strong.status:64: inference/downwards_inference_on_generic_function_expressions: Fail On 2017/06/29 17:45:40, Paul Berry wrote: > ...
3 years, 5 months ago (2017-06-30 03:02:22 UTC) #4
ahe
Thank you, Paul! https://codereview.chromium.org/2964013002/diff/1/pkg/front_end/lib/src/fasta/kernel/body_builder.dart File pkg/front_end/lib/src/fasta/kernel/body_builder.dart (right): https://codereview.chromium.org/2964013002/diff/1/pkg/front_end/lib/src/fasta/kernel/body_builder.dart#newcode2965 pkg/front_end/lib/src/fasta/kernel/body_builder.dart:2965: List<TypeParameter> typeParameters = new List<TypeParameter>.filled( On ...
3 years, 5 months ago (2017-07-04 11:07:45 UTC) #5
ahe
3 years, 5 months ago (2017-07-04 11:29:30 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
3fd7bd1bdc90430f63d5f40d5d56f40eaa914dd1 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698