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

Issue 2613383003: 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

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1254 lines, -571 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 6 chunks +49 lines, -0 lines 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 7 chunks +13 lines, -9 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 4 chunks +16 lines, -4 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
This introduces the new classes and replaces many references to TypeName with references to the ...
3 years, 11 months ago (2017-01-07 18:42:34 UTC) #2
scheglov
LGTM
3 years, 11 months ago (2017-01-07 18:55:44 UTC) #3
Brian Wilkerson
3 years, 11 months ago (2017-01-11 21:12:15 UTC) #5
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
1cd918533d31583e81326409b2afc9cccf127def (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698