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

Issue 2934133002: Change to accommade Angular plugin and finalize removal of dependency to analysis_server (Closed)

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

Description

Change to accommade Angular plugin and finalize removal of dependency to analysis_server BUG= R=brianwilkerson@google.com, mfairhurst@google.com Committed: https://github.com/dart-lang/sdk/commit/e57d9b608fb98a7186431e00b0f6c2fdd8c1dc3d

Patch Set 1 #

Patch Set 2 : Minor fix #

Patch Set 3 : Code cleanup #

Patch Set 4 : Reduce deltas #

Total comments: 15

Patch Set 5 : Feedback changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+167 lines, -16 lines) Patch
M pkg/analyzer_plugin/lib/src/utilities/completion/completion_core.dart View 1 chunk +6 lines, -0 lines 0 comments Download
A pkg/analyzer_plugin/lib/src/utilities/completion/replacement_range.dart View 1 chunk +64 lines, -0 lines 0 comments Download
M pkg/analyzer_plugin/lib/utilities/completion/completion_core.dart View 1 2 3 4 2 chunks +14 lines, -0 lines 0 comments Download
M pkg/analyzer_plugin/lib/utilities/completion/inherited_reference_contributor.dart View 1 2 3 4 4 chunks +44 lines, -12 lines 0 comments Download
M pkg/analyzer_plugin/lib/utilities/completion/type_member_contributor.dart View 1 2 3 4 3 chunks +39 lines, -4 lines 0 comments Download

Messages

Total messages: 13 (4 generated)
maxkim
3 years, 6 months ago (2017-06-13 20:14:54 UTC) #4
mfairhurst
LGTM unless we want to rearrange a bit the responsibilities: who calculates completion targets, dot ...
3 years, 6 months ago (2017-06-13 20:31:40 UTC) #5
maxkim
https://codereview.chromium.org/2934133002/diff/60001/pkg/analyzer_plugin/lib/utilities/completion/completion_core.dart File pkg/analyzer_plugin/lib/utilities/completion/completion_core.dart (right): https://codereview.chromium.org/2934133002/diff/60001/pkg/analyzer_plugin/lib/utilities/completion/completion_core.dart#newcode118 pkg/analyzer_plugin/lib/utilities/completion/completion_core.dart:118: if (collector.suggestions.isEmpty) { Ah that's right, I added this ...
3 years, 6 months ago (2017-06-13 20:49:22 UTC) #6
Brian Wilkerson
I suspect that I'm missing some background that would explain why you need these changes. ...
3 years, 6 months ago (2017-06-13 20:50:19 UTC) #7
maxkim
>LGTM unless we want to rearrange a bit the responsibilities: who calculates >completion targets, dot ...
3 years, 6 months ago (2017-06-13 21:02:00 UTC) #8
maxkim
>I suspect that I'm missing some background that would explain why >you need these >changes. ...
3 years, 6 months ago (2017-06-13 21:11:40 UTC) #9
Brian Wilkerson
lgtm https://codereview.chromium.org/2934133002/diff/60001/pkg/analyzer_plugin/lib/src/utilities/completion/replacement_range.dart File pkg/analyzer_plugin/lib/src/utilities/completion/replacement_range.dart (right): https://codereview.chromium.org/2934133002/diff/60001/pkg/analyzer_plugin/lib/src/utilities/completion/replacement_range.dart#newcode14 pkg/analyzer_plugin/lib/src/utilities/completion/replacement_range.dart:14: class ReplacementRange { > Should I adjust the ...
3 years, 6 months ago (2017-06-13 22:49:25 UTC) #10
maxkim
On 2017/06/13 22:49:25, Brian Wilkerson wrote: > lgtm > > https://codereview.chromium.org/2934133002/diff/60001/pkg/analyzer_plugin/lib/src/utilities/completion/replacement_range.dart > File pkg/analyzer_plugin/lib/src/utilities/completion/replacement_range.dart > ...
3 years, 6 months ago (2017-06-13 23:01:42 UTC) #11
maxkim
3 years, 6 months ago (2017-06-13 23:31:27 UTC) #13
Message was sent while issue was closed.
Committed patchset #5 (id:80001) manually as
e57d9b608fb98a7186431e00b0f6c2fdd8c1dc3d (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698