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

Issue 2622303006: Reapply "Add support for generic function type syntax, part 1" (Closed)

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

Description

Reapply "Add support for generic function type syntax, part 1" R=scheglov@google.com Committed: https://github.com/dart-lang/sdk/commit/22f561e914675cb853bc620a96713d0a6fa964bc

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1257 lines, -569 lines) Patch
M pkg/analysis_server/lib/src/computer/computer_highlights.dart View 1 chunk +13 lines, -0 lines 0 comments Download
M pkg/analysis_server/lib/src/computer/computer_highlights2.dart View 1 chunk +13 lines, -0 lines 0 comments Download
M pkg/analysis_server/lib/src/computer/computer_outline.dart View 5 chunks +5 lines, -5 lines 0 comments Download
M pkg/analysis_server/lib/src/services/completion/dart/label_contributor.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/analysis_server/lib/src/services/completion/dart/local_constructor_contributor.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M pkg/analysis_server/lib/src/services/completion/dart/local_declaration_visitor.dart View 3 chunks +4 lines, -4 lines 0 comments Download
M pkg/analysis_server/lib/src/services/completion/dart/local_reference_contributor.dart View 11 chunks +19 lines, -15 lines 0 comments Download
M pkg/analysis_server/lib/src/services/completion/dart/optype.dart View 3 chunks +12 lines, -12 lines 0 comments Download
M pkg/analysis_server/lib/src/services/completion/dart/type_member_contributor.dart View 5 chunks +5 lines, -5 lines 0 comments Download
M pkg/analysis_server/lib/src/services/completion/dart/utilities.dart View 4 chunks +21 lines, -16 lines 0 comments Download
M pkg/analysis_server/lib/src/services/completion/dart/variable_name_contributor.dart View 2 chunks +9 lines, -3 lines 0 comments Download
M pkg/analysis_server/lib/src/services/correction/assist_internal.dart View 3 chunks +5 lines, -3 lines 0 comments Download
M pkg/analysis_server/lib/src/services/correction/fix_internal.dart View 3 chunks +3 lines, -3 lines 0 comments Download
M pkg/analysis_server/lib/src/services/refactoring/extract_method.dart View 1 chunk +9 lines, -0 lines 0 comments Download
M pkg/analysis_server/lib/src/status/ast_writer.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/services/completion/dart/local_declaration_visitor_test.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/analyzer/lib/dart/ast/ast.dart View 27 chunks +202 lines, -68 lines 0 comments Download
M pkg/analyzer/lib/dart/ast/ast_factory.dart View 13 chunks +26 lines, -13 lines 0 comments Download
M pkg/analyzer/lib/dart/ast/resolution_map.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/lib/dart/ast/visitor.dart View 8 chunks +55 lines, -1 line 0 comments Download
M pkg/analyzer/lib/src/dart/ast/ast.dart View 39 chunks +290 lines, -67 lines 0 comments Download
M pkg/analyzer/lib/src/dart/ast/ast_factory.dart View 16 chunks +37 lines, -15 lines 0 comments Download
M pkg/analyzer/lib/src/dart/ast/resolution_map.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/lib/src/dart/ast/utilities.dart View 19 chunks +178 lines, -12 lines 0 comments Download
M pkg/analyzer/lib/src/dart/constant/evaluation.dart View 4 chunks +11 lines, -7 lines 0 comments Download
M pkg/analyzer/lib/src/generated/element_resolver.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/lib/src/generated/error_verifier.dart View 25 chunks +76 lines, -63 lines 0 comments Download
M pkg/analyzer/lib/src/generated/resolver.dart View 28 chunks +70 lines, -91 lines 0 comments Download
M pkg/analyzer/lib/src/generated/static_type_analyzer.dart View 5 chunks +10 lines, -19 lines 0 comments Download
M pkg/analyzer/lib/src/generated/testing/ast_test_factory.dart View 23 chunks +36 lines, -30 lines 0 comments Download
M pkg/analyzer/lib/src/summary/resynthesize.dart View 4 chunks +12 lines, -10 lines 0 comments Download
M pkg/analyzer/lib/src/summary/summarize_ast.dart View 5 chunks +10 lines, -13 lines 0 comments Download
M pkg/analyzer/lib/src/summary/summarize_const_expr.dart View 2 chunks +8 lines, -4 lines 0 comments Download
M pkg/analyzer/lib/src/task/strong/checker.dart View 5 chunks +7 lines, -7 lines 0 comments Download
M pkg/analyzer/test/generated/parser_test.dart View 7 chunks +10 lines, -10 lines 0 comments Download
M pkg/analyzer/test/generated/resolver_test.dart View 3 chunks +15 lines, -3 lines 0 comments Download
M pkg/analyzer/test/generated/utilities_test.dart View 13 chunks +28 lines, -26 lines 0 comments Download
M pkg/analyzer/test/src/dart/ast/utilities_test.dart View 8 chunks +25 lines, -25 lines 0 comments Download
M pkg/analyzer/test/src/task/dart_test.dart View 1 chunk +4 lines, -1 line 0 comments Download
M pkg/analyzer/tool/summary/generate.dart View 1 chunk +6 lines, -3 lines 0 comments Download
M pkg/dev_compiler/lib/src/compiler/ast_builder.dart View 3 chunks +3 lines, -3 lines 0 comments Download
M pkg/dev_compiler/lib/src/compiler/code_generator.dart View 1 chunk +9 lines, -1 line 0 comments Download

Messages

Total messages: 5 (2 generated)
Brian Wilkerson
There are no changes from the previous time this was committed (there weren't even merge ...
3 years, 11 months ago (2017-01-11 22:06:04 UTC) #2
scheglov
LGTM
3 years, 11 months ago (2017-01-11 22:06:27 UTC) #3
Brian Wilkerson
3 years, 11 months ago (2017-01-11 22:10:08 UTC) #5
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
22f561e914675cb853bc620a96713d0a6fa964bc (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698