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

Issue 2969053002: Implement type variables on old style function-typed formal parameters. (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
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Implement type variables on old style function-typed formal parameters. R=johnniwinther@google.com Committed: https://github.com/dart-lang/sdk/commit/5999f45148fe51cb2e20389ee38b351427868521

Patch Set 1 #

Total comments: 4

Patch Set 2 : Add comment. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+326 lines, -202 lines) Patch
M pkg/analyzer/lib/src/fasta/ast_builder.dart View 1 3 chunks +43 lines, -58 lines 0 comments Download
M pkg/analyzer/lib/src/summary/fasta/summary_builder.dart View 1 chunk +2 lines, -3 lines 0 comments Download
M pkg/compiler/lib/src/parser/node_listener.dart View 1 chunk +28 lines, -6 lines 0 comments Download
M pkg/front_end/lib/src/fasta/kernel/body_builder.dart View 2 chunks +10 lines, -6 lines 0 comments Download
M pkg/front_end/lib/src/fasta/kernel/kernel_function_type_builder.dart View 1 chunk +3 lines, -1 line 0 comments Download
M pkg/front_end/lib/src/fasta/parser/listener.dart View 2 chunks +5 lines, -7 lines 0 comments Download
M pkg/front_end/lib/src/fasta/parser/parser.dart View 15 chunks +233 lines, -113 lines 0 comments Download
M pkg/front_end/lib/src/fasta/source/outline_builder.dart View 1 chunk +2 lines, -7 lines 0 comments Download
M tests/co19/co19-kernel.status View 1 chunk +0 lines, -1 line 0 comments Download

Depends on Patchset:

Messages

Total messages: 7 (3 generated)
ahe
3 years, 5 months ago (2017-07-04 13:53:25 UTC) #3
Johnni Winther
lgtm https://codereview.chromium.org/2969053002/diff/20001/pkg/analyzer/lib/src/fasta/ast_builder.dart File pkg/analyzer/lib/src/fasta/ast_builder.dart (right): https://codereview.chromium.org/2969053002/diff/20001/pkg/analyzer/lib/src/fasta/ast_builder.dart#newcode847 pkg/analyzer/lib/src/fasta/ast_builder.dart:847: if (typeOrFunctionTypedParameter is FunctionTypedFormalParameter) { Add comment that ...
3 years, 5 months ago (2017-07-05 10:46:00 UTC) #4
ahe
Thank you, Johnni! https://codereview.chromium.org/2969053002/diff/20001/pkg/analyzer/lib/src/fasta/ast_builder.dart File pkg/analyzer/lib/src/fasta/ast_builder.dart (right): https://codereview.chromium.org/2969053002/diff/20001/pkg/analyzer/lib/src/fasta/ast_builder.dart#newcode847 pkg/analyzer/lib/src/fasta/ast_builder.dart:847: if (typeOrFunctionTypedParameter is FunctionTypedFormalParameter) { On ...
3 years, 5 months ago (2017-07-05 11:52:12 UTC) #5
ahe
3 years, 5 months ago (2017-07-05 12:54:29 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 (id:40001) manually as
5999f45148fe51cb2e20389ee38b351427868521 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698