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

Issue 513853002: In the analysis server API, change RequestError.code to an enum. (Closed)

Created:
6 years, 3 months ago by Paul Berry
Modified:
6 years, 3 months ago
CC:
reviews_dartlang.org, ricow1
Visibility:
Public.

Description

In the analysis server API, change RequestError.code to an enum. Some of the error codes that were previously defined are no longer used, so those have been removed. The enum reflects the set of errors that are currently in use. R=brianwilkerson@google.com, scheglov@google.com Committed: https://code.google.com/p/dart/source/detail?r=39689

Patch Set 1 #

Total comments: 6
Unified diffs Side-by-side diffs Delta from patch set Stats (+324 lines, -213 lines) Patch
M editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/Error.java View 1 chunk +0 lines, -1 line 0 comments Download
A editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/RequestErrorCode.java View 1 chunk +62 lines, -0 lines 0 comments Download
M pkg/analysis_server/doc/api.html View 3 chunks +53 lines, -4 lines 0 comments Download
M pkg/analysis_server/lib/src/generated_protocol.dart View 5 chunks +100 lines, -5 lines 0 comments Download
M pkg/analysis_server/lib/src/protocol.dart View 10 chunks +10 lines, -115 lines 0 comments Download
M pkg/analysis_server/test/analysis/get_errors_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analysis_server/test/integration/protocol_matchers.dart View 2 chunks +25 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/protocol_test.dart View 5 chunks +9 lines, -80 lines 0 comments Download
M pkg/analysis_server/test/socket_server_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M pkg/analysis_server/tool/spec/spec_input.html View 2 chunks +62 lines, -3 lines 6 comments Download

Messages

Total messages: 6 (0 generated)
Paul Berry
paulberry@google.com changed reviewers: + brianwilkerson@google.com, scheglov@google.com
6 years, 3 months ago (2014-08-27 17:08:49 UTC) #1
Paul Berry
6 years, 3 months ago (2014-08-27 17:08:49 UTC) #2
scheglov
LGTM
6 years, 3 months ago (2014-08-27 17:35:41 UTC) #3
Brian Wilkerson
LGTM once the values are cleaned up https://codereview.chromium.org/513853002/diff/1/pkg/analysis_server/tool/spec/spec_input.html File pkg/analysis_server/tool/spec/spec_input.html (right): https://codereview.chromium.org/513853002/diff/1/pkg/analysis_server/tool/spec/spec_input.html#newcode2581 pkg/analysis_server/tool/spec/spec_input.html:2581: <code>GET_ERRORS_ERROR</code> This ...
6 years, 3 months ago (2014-08-27 21:05:22 UTC) #4
Paul Berry
https://codereview.chromium.org/513853002/diff/1/pkg/analysis_server/tool/spec/spec_input.html File pkg/analysis_server/tool/spec/spec_input.html (right): https://codereview.chromium.org/513853002/diff/1/pkg/analysis_server/tool/spec/spec_input.html#newcode2581 pkg/analysis_server/tool/spec/spec_input.html:2581: <code>GET_ERRORS_ERROR</code> On 2014/08/27 21:05:22, Brian Wilkerson wrote: > This ...
6 years, 3 months ago (2014-08-29 07:30:21 UTC) #5
Paul Berry
6 years, 3 months ago (2014-08-29 07:30:58 UTC) #6
Message was sent while issue was closed.
Committed patchset #1 manually as 39689 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698