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

Issue 2539243002: Transition analyzer and analysis_server to new astFactory; remove old AST factory methods. (Closed)

Created:
4 years ago by Paul Berry
Modified:
4 years ago
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Transition analyzer and analysis_server to new astFactory; remove old AST factory methods. R=brianwilkerson@google.com, scheglov@google.com Committed: https://github.com/dart-lang/sdk/commit/1d028eed8dfa00ac9d4ff685e61b01e6909dbeb4

Patch Set 1 #

Patch Set 2 : Update CHANGELOG #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+1154 lines, -2260 lines) Patch
M pkg/analysis_server/lib/src/services/completion/dart/completion_manager.dart View 2 chunks +3 lines, -1 line 0 comments Download
M pkg/analysis_server/lib/src/services/completion/dart/label_contributor.dart View 2 chunks +4 lines, -2 lines 0 comments Download
M pkg/analysis_server/lib/src/services/completion/dart/local_constructor_contributor.dart View 2 chunks +4 lines, -2 lines 0 comments Download
M pkg/analysis_server/lib/src/services/completion/dart/local_declaration_visitor.dart View 2 chunks +3 lines, -2 lines 0 comments Download
M pkg/analysis_server/lib/src/services/completion/dart/local_reference_contributor.dart View 2 chunks +4 lines, -2 lines 0 comments Download
M pkg/analyzer/CHANGELOG.md View 1 1 chunk +1 line, -0 lines 0 comments Download
M pkg/analyzer/lib/dart/ast/ast.dart View 112 chunks +3 lines, -1239 lines 0 comments Download
M pkg/analyzer/lib/src/dart/ast/utilities.dart View 107 chunks +371 lines, -343 lines 0 comments Download
M pkg/analyzer/lib/src/dart/constant/evaluation.dart View 2 chunks +2 lines, -1 line 0 comments Download
M pkg/analyzer/lib/src/dart/resolver/inheritance_manager.dart View 2 chunks +3 lines, -2 lines 0 comments Download
M pkg/analyzer/lib/src/generated/parser.dart View 178 chunks +320 lines, -286 lines 2 comments Download
M pkg/analyzer/lib/src/generated/testing/ast_test_factory.dart View 69 chunks +170 lines, -156 lines 0 comments Download
M pkg/analyzer/lib/src/generated/type_system.dart View 6 chunks +52 lines, -52 lines 2 comments Download
M pkg/analyzer/lib/src/summary/resynthesize.dart View 3 chunks +4 lines, -3 lines 0 comments Download
M pkg/analyzer/test/dart/ast/ast_test.dart View 31 chunks +110 lines, -71 lines 0 comments Download
M pkg/analyzer/test/dart/element/builder_test.dart View 2 chunks +2 lines, -1 line 0 comments Download
M pkg/analyzer/test/generated/element_resolver_test.dart View 4 chunks +7 lines, -3 lines 0 comments Download
M pkg/analyzer/test/generated/parser_test.dart View 15 chunks +38 lines, -25 lines 0 comments Download
M pkg/analyzer/test/generated/resolver_test.dart View 3 chunks +3 lines, -2 lines 0 comments Download
M pkg/analyzer/test/generated/utilities_test.dart View 24 chunks +28 lines, -47 lines 0 comments Download
M pkg/analyzer/test/src/dart/ast/utilities_test.dart View 16 chunks +20 lines, -19 lines 0 comments Download
M pkg/analyzer/test/src/dart/constant/utilities_test.dart View 2 chunks +2 lines, -1 line 0 comments Download

Messages

Total messages: 8 (2 generated)
Paul Berry
4 years ago (2016-11-30 19:32:17 UTC) #2
Brian Wilkerson
Is it really safe to delete the factory methods? I'll be a little surprised if ...
4 years ago (2016-11-30 20:05:31 UTC) #3
scheglov
LGTM
4 years ago (2016-11-30 20:08:40 UTC) #4
Paul Berry
On 2016/11/30 20:05:31, Brian Wilkerson wrote: > Is it really safe to delete the factory ...
4 years ago (2016-11-30 20:21:42 UTC) #5
Paul Berry
https://codereview.chromium.org/2539243002/diff/20001/pkg/analyzer/lib/src/generated/parser.dart File pkg/analyzer/lib/src/generated/parser.dart (right): https://codereview.chromium.org/2539243002/diff/20001/pkg/analyzer/lib/src/generated/parser.dart#newcode397 pkg/analyzer/lib/src/generated/parser.dart:397: return astFactory.simpleIdentifier(syntheticToken, On 2016/11/30 20:05:31, Brian Wilkerson wrote: > ...
4 years ago (2016-11-30 20:21:57 UTC) #6
Paul Berry
4 years ago (2016-11-30 20:28:56 UTC) #8
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
1d028eed8dfa00ac9d4ff685e61b01e6909dbeb4 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698