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

Issue 1054363003: replace request.node with request.target (Closed)

Created:
5 years, 8 months ago by danrubel
Modified:
5 years, 8 months ago
Reviewers:
Paul Berry
CC:
reviews_dartlang.org
Target Ref:
refs/remotes/git-svn
Visibility:
Public.

Description

replace request.node with request.target BUG= R=paulberry@google.com Committed: https://code.google.com/p/dart/source/detail?r=44886

Patch Set 1 #

Patch Set 2 : fix tests #

Total comments: 3

Patch Set 3 : merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+87 lines, -178 lines) Patch
M pkg/analysis_server/lib/src/services/completion/dart_completion_manager.dart View 3 chunks +1 line, -13 lines 0 comments Download
M pkg/analysis_server/lib/src/services/completion/keyword_computer.dart View 6 chunks +47 lines, -136 lines 0 comments Download
M pkg/analysis_server/test/completion_test.dart View 1 4 chunks +5 lines, -5 lines 0 comments Download
M pkg/analysis_server/test/services/completion/completion_test_util.dart View 1 chunk +0 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/services/completion/keyword_computer_test.dart View 5 chunks +34 lines, -22 lines 0 comments Download

Messages

Total messages: 5 (1 generated)
danrubel
5 years, 8 months ago (2015-04-03 16:54:14 UTC) #2
Paul Berry
lgtm https://codereview.chromium.org/1054363003/diff/20001/pkg/analysis_server/lib/src/services/completion/keyword_computer.dart File pkg/analysis_server/lib/src/services/completion/keyword_computer.dart (left): https://codereview.chromium.org/1054363003/diff/20001/pkg/analysis_server/lib/src/services/completion/keyword_computer.dart#oldcode246 pkg/analysis_server/lib/src/services/completion/keyword_computer.dart:246: static bool _isInClassMemberBody(AstNode node) { Any particular reason ...
5 years, 8 months ago (2015-04-03 19:04:29 UTC) #3
danrubel
Committed patchset #3 (id:40001) manually as 44886 (presubmit successful).
5 years, 8 months ago (2015-04-03 20:34:29 UTC) #4
danrubel
5 years, 8 months ago (2015-04-03 20:54:01 UTC) #5
Message was sent while issue was closed.
https://codereview.chromium.org/1054363003/diff/20001/pkg/analysis_server/lib...
File pkg/analysis_server/lib/src/services/completion/keyword_computer.dart
(right):

https://codereview.chromium.org/1054363003/diff/20001/pkg/analysis_server/lib...
pkg/analysis_server/lib/src/services/completion/keyword_computer.dart:73: if
(entity == node.rightBracket) {
On 2015/04/03 19:04:29, Paul Berry wrote:
> Shouldn't these suggestions also be made if entity is a class member?  That
> would cover cases where the user is inserting a new class member somewhere
other
> than the end of the class, e.g.:
> 
> class C {
>   oneClassMember();
>   ^
>   anotherClassMember();
> }

Good catch! https://codereview.chromium.org/1057403003/

Powered by Google App Engine
This is Rietveld 408576698