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

Issue 1246573002: Improve error messages for invalid requests (Closed)

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

Description

Patch Set 1 #

Total comments: 2

Patch Set 2 : Address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+159 lines, -141 lines) Patch
M pkg/analysis_server/lib/src/generated_protocol.dart View 1 124 chunks +125 lines, -125 lines 0 comments Download
M pkg/analysis_server/lib/src/protocol.dart View 1 9 chunks +31 lines, -13 lines 0 comments Download
M pkg/analysis_server/tool/spec/codegen_dart_protocol.dart View 1 3 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 6 (1 generated)
Brian Wilkerson
5 years, 5 months ago (2015-07-19 16:41:26 UTC) #2
Paul Berry
lgtm https://codereview.chromium.org/1246573002/diff/1/pkg/analysis_server/lib/src/protocol.dart File pkg/analysis_server/lib/src/protocol.dart (right): https://codereview.chromium.org/1246573002/diff/1/pkg/analysis_server/lib/src/protocol.dart#newcode304 pkg/analysis_server/lib/src/protocol.dart:304: throw mismatch(jsonPath, 'bool', json.toString()); Consider using JSON.encode(json) rather ...
5 years, 5 months ago (2015-07-19 23:00:05 UTC) #3
Brian Wilkerson
PTAL https://codereview.chromium.org/1246573002/diff/1/pkg/analysis_server/lib/src/protocol.dart File pkg/analysis_server/lib/src/protocol.dart (right): https://codereview.chromium.org/1246573002/diff/1/pkg/analysis_server/lib/src/protocol.dart#newcode304 pkg/analysis_server/lib/src/protocol.dart:304: throw mismatch(jsonPath, 'bool', json.toString()); Done
5 years, 5 months ago (2015-07-20 16:32:47 UTC) #4
Paul Berry
lgtm
5 years, 5 months ago (2015-07-20 17:12:21 UTC) #5
Brian Wilkerson
5 years, 5 months ago (2015-07-20 17:23:06 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
15a0f755e8ff461f3bb9c3d13f799055a2d8e37f (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698