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

Issue 1157283004: fix ENUM_CONSTANT suggestions (Closed)

Created:
5 years, 6 months ago by danrubel
Modified:
5 years, 6 months ago
Reviewers:
scheglov
CC:
reviews_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 2

Patch Set 2 : merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+160 lines, -17 lines) Patch
M pkg/analysis_server/lib/src/protocol_server.dart View 3 chunks +35 lines, -14 lines 0 comments Download
M pkg/analysis_server/test/protocol_server_test.dart View 1 chunk +124 lines, -0 lines 0 comments Download
M pkg/analysis_server/test/services/completion/completion_test_util.dart View 1 chunk +1 line, -3 lines 0 comments Download

Messages

Total messages: 5 (1 generated)
danrubel
Enum constants were being suggested with element type FIELD, but now are suggested with element ...
5 years, 6 months ago (2015-06-04 21:46:48 UTC) #2
scheglov
LGTM https://codereview.chromium.org/1157283004/diff/1/pkg/analysis_server/lib/src/protocol_server.dart File pkg/analysis_server/lib/src/protocol_server.dart (right): https://codereview.chromium.org/1157283004/diff/1/pkg/analysis_server/lib/src/protocol_server.dart#newcode111 pkg/analysis_server/lib/src/protocol_server.dart:111: ElementKind newElementKind_fromEngine(engine.ElementKind kind) { This function is always ...
5 years, 6 months ago (2015-06-04 21:55:37 UTC) #3
danrubel
https://codereview.chromium.org/1157283004/diff/1/pkg/analysis_server/lib/src/protocol_server.dart File pkg/analysis_server/lib/src/protocol_server.dart (right): https://codereview.chromium.org/1157283004/diff/1/pkg/analysis_server/lib/src/protocol_server.dart#newcode111 pkg/analysis_server/lib/src/protocol_server.dart:111: ElementKind newElementKind_fromEngine(engine.ElementKind kind) { On 2015/06/04 21:55:37, scheglov wrote: ...
5 years, 6 months ago (2015-06-04 22:00:08 UTC) #4
danrubel
5 years, 6 months ago (2015-06-04 22:01:10 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
4224b9c0498d349afbc25819a4668fd9c446b12f (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698