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

Issue 2873943003: cleanup dart code completion contributors (Closed)

Created:
3 years, 7 months ago by danrubel
Modified:
3 years, 7 months ago
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

cleanup dart code completion contributors Remove the following unnecessary methods now that analysis driver resolves everything in the compilation unit upfront. DartCompletionRequest * resolveUnits * resolveImports * resolveContainingStatement * resolveContainingExpression R=brianwilkerson@google.com Committed: https://github.com/dart-lang/sdk/commit/6798cdfcd18f04660e4691fb468311979d29dbac

Patch Set 1 #

Patch Set 2 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -303 lines) Patch
M pkg/analysis_server/lib/src/provisional/completion/dart/completion_dart.dart View 1 chunk +0 lines, -40 lines 0 comments Download
M pkg/analysis_server/lib/src/services/completion/dart/arglist_contributor.dart View 1 chunk +0 lines, -10 lines 0 comments Download
M pkg/analysis_server/lib/src/services/completion/dart/combinator_contributor.dart View 1 chunk +0 lines, -3 lines 0 comments Download
M pkg/analysis_server/lib/src/services/completion/dart/completion_manager.dart View 3 chunks +0 lines, -141 lines 0 comments Download
M pkg/analysis_server/lib/src/services/completion/dart/imported_reference_contributor.dart View 1 chunk +1 line, -12 lines 0 comments Download
M pkg/analysis_server/lib/src/services/completion/dart/library_member_contributor.dart View 1 chunk +5 lines, -11 lines 0 comments Download
M pkg/analysis_server/lib/src/services/completion/dart/library_prefix_contributor.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analysis_server/lib/src/services/completion/dart/local_constructor_contributor.dart View 1 chunk +2 lines, -10 lines 0 comments Download
M pkg/analysis_server/lib/src/services/completion/dart/local_library_contributor.dart View 1 chunk +2 lines, -11 lines 0 comments Download
M pkg/analysis_server/lib/src/services/completion/dart/local_reference_contributor.dart View 1 chunk +0 lines, -10 lines 0 comments Download
M pkg/analysis_server/lib/src/services/completion/dart/named_constructor_contributor.dart View 1 chunk +0 lines, -21 lines 0 comments Download
M pkg/analysis_server/lib/src/services/completion/dart/static_member_contributor.dart View 1 chunk +0 lines, -10 lines 0 comments Download
M pkg/analysis_server/lib/src/services/completion/dart/type_member_contributor.dart View 1 chunk +1 line, -10 lines 0 comments Download
M pkg/analysis_server/test/services/completion/dart/completion_manager_test.dart View 1 chunk +1 line, -13 lines 0 comments Download

Messages

Total messages: 10 (3 generated)
danrubel
3 years, 7 months ago (2017-05-10 22:12:32 UTC) #2
Brian Wilkerson
nice! lgtm Mike and Max: Does this negatively impact the angular plugin?
3 years, 7 months ago (2017-05-10 22:42:44 UTC) #4
pquitslund
SUPER!
3 years, 7 months ago (2017-05-10 22:45:19 UTC) #5
danrubel
Committed patchset #2 (id:20001) manually as 6798cdfcd18f04660e4691fb468311979d29dbac (presubmit successful).
3 years, 7 months ago (2017-05-11 16:12:44 UTC) #7
maxkim
On 2017/05/10 22:42:44, Brian Wilkerson wrote: > nice! lgtm > > Mike and Max: Does ...
3 years, 7 months ago (2017-05-11 16:39:30 UTC) #8
danrubel
On 2017/05/11 16:39:30, maxkim wrote: > On 2017/05/10 22:42:44, Brian Wilkerson wrote: > > nice! ...
3 years, 7 months ago (2017-05-11 19:40:17 UTC) #9
danrubel
3 years, 7 months ago (2017-05-11 19:47:04 UTC) #10
Message was sent while issue was closed.
On 2017/05/11 19:40:17, danrubel wrote:
> On 2017/05/11 16:39:30, maxkim wrote:
> > On 2017/05/10 22:42:44, Brian Wilkerson wrote:
> > > nice! lgtm
> > > 
> > > Mike and Max: Does this negatively impact the angular plugin?
> > 
> > Sorry for the late response - there's no major impact on our code :) we just
> > have to clean up our code for the removed overrides.
> 
> At which point you update your analysis server, here's a PR that you can apply
> that should upgrade the API.
>
https://github.com/dart-lang/angular_analyzer_plugin/tree/code-completion-api...

.... and it appears you've already integrated the change    \o/

Powered by Google App Engine
This is Rietveld 408576698