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

Issue 2703033002: Add a diagnostic.getServerPort analysis server request. (Closed)

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

Description

Patch Set 1 #

Total comments: 10

Patch Set 2 : review comments #

Total comments: 4

Patch Set 3 : nits to the spec doc #

Unified diffs Side-by-side diffs Delta from patch set Stats (+378 lines, -25 lines) Patch
M pkg/analysis_server/doc/api.html View 1 2 5 chunks +27 lines, -2 lines 0 comments Download
M pkg/analysis_server/lib/plugin/protocol/generated_protocol.dart View 1 2 5 chunks +112 lines, -1 line 0 comments Download
M pkg/analysis_server/lib/plugin/protocol/protocol.dart View 1 1 chunk +8 lines, -0 lines 0 comments Download
M pkg/analysis_server/lib/src/analysis_server.dart View 1 4 chunks +11 lines, -2 lines 0 comments Download
M pkg/analysis_server/lib/src/constants.dart View 1 1 chunk +6 lines, -0 lines 0 comments Download
M pkg/analysis_server/lib/src/domain_diagnostic.dart View 1 4 chunks +20 lines, -5 lines 0 comments Download
A pkg/analysis_server/lib/src/server/diagnostic_server.dart View 1 chunk +16 lines, -0 lines 0 comments Download
M pkg/analysis_server/lib/src/server/driver.dart View 6 chunks +35 lines, -9 lines 0 comments Download
M pkg/analysis_server/lib/src/server/http_server.dart View 1 4 chunks +25 lines, -5 lines 0 comments Download
M pkg/analysis_server/lib/src/socket_server.dart View 4 chunks +4 lines, -0 lines 0 comments Download
M pkg/analysis_server/test/integration/coverage.md View 1 chunk +1 line, -0 lines 0 comments Download
A pkg/analysis_server/test/integration/diagnostic/get_server_port_test.dart View 1 1 chunk +40 lines, -0 lines 0 comments Download
M pkg/analysis_server/test/integration/diagnostic/test_all.dart View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/analysis_server/test/integration/integration_test_methods.dart View 1 1 chunk +17 lines, -0 lines 0 comments Download
M pkg/analysis_server/test/integration/protocol_matchers.dart View 1 3 chunks +19 lines, -0 lines 0 comments Download
M pkg/analysis_server/test/socket_server_test.dart View 1 chunk +1 line, -0 lines 0 comments Download
M pkg/analysis_server/tool/spec/generated/java/AnalysisServer.java View 1 1 chunk +9 lines, -0 lines 0 comments Download
M pkg/analysis_server/tool/spec/generated/java/types/RequestErrorCode.java View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M pkg/analysis_server/tool/spec/spec_input.html View 1 2 3 chunks +20 lines, -1 line 0 comments Download

Messages

Total messages: 10 (2 generated)
devoncarew
Add a diagnostic.getServerPort analysis server request (fix https://github.com/dart-lang/sdk/issues/25395). - create diagnostic.getServerPort - add an integration ...
3 years, 10 months ago (2017-02-18 19:26:36 UTC) #2
scheglov
lgtm
3 years, 10 months ago (2017-02-18 20:28:40 UTC) #3
Brian Wilkerson
lgtm once comments are addressed https://codereview.chromium.org/2703033002/diff/1/pkg/analysis_server/lib/src/domain_diagnostic.dart File pkg/analysis_server/lib/src/domain_diagnostic.dart (right): https://codereview.chromium.org/2703033002/diff/1/pkg/analysis_server/lib/src/domain_diagnostic.dart#newcode32 pkg/analysis_server/lib/src/domain_diagnostic.dart:32: static const String GET_SERVER_PORT ...
3 years, 10 months ago (2017-02-18 21:41:03 UTC) #4
devoncarew
I think I addressed all the comments! ptal https://codereview.chromium.org/2703033002/diff/1/pkg/analysis_server/lib/src/domain_diagnostic.dart File pkg/analysis_server/lib/src/domain_diagnostic.dart (right): https://codereview.chromium.org/2703033002/diff/1/pkg/analysis_server/lib/src/domain_diagnostic.dart#newcode32 pkg/analysis_server/lib/src/domain_diagnostic.dart:32: static ...
3 years, 10 months ago (2017-02-19 02:43:05 UTC) #5
Brian Wilkerson
lgtm > I'm wondering if the `Response handleRequest(Request request)` > handlers for the domains should ...
3 years, 10 months ago (2017-02-19 16:47:18 UTC) #6
scheglov
LGTM
3 years, 10 months ago (2017-02-19 19:39:53 UTC) #7
devoncarew
> > Updated to 1.8.0. Do we have a notion of a pre-release change? > ...
3 years, 10 months ago (2017-02-19 23:17:39 UTC) #8
devoncarew
3 years, 10 months ago (2017-02-19 23:19:40 UTC) #10
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
7f83d9d173c7b90395579166f007a315704d1483 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698