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

Issue 833903005: Analysis server format service wiring (and protocol doc update). (Closed)

Created:
5 years, 11 months ago by pquitslund
Modified:
5 years, 11 months ago
CC:
reviews_dartlang.org, ricow1, Bob Nystrom
Visibility:
Public.

Description

Analysis server format service wiring (and protocol doc update). R=brianwilkerson@google.com, danrubel@google.com, scheglov@google.com Committed: https://code.google.com/p/dart/source/detail?r=42835

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 7

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+187 lines, -13 lines) Patch
M editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/AnalysisServer.java View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/RequestErrorCode.java View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download
M pkg/analysis_server/doc/api.html View 1 2 3 2 chunks +13 lines, -0 lines 0 comments Download
M pkg/analysis_server/lib/src/edit/edit_domain.dart View 1 2 3 2 chunks +41 lines, -13 lines 0 comments Download
M pkg/analysis_server/lib/src/generated_protocol.dart View 1 2 3 3 chunks +9 lines, -0 lines 0 comments Download
M pkg/analysis_server/lib/src/protocol.dart View 1 2 3 1 chunk +11 lines, -0 lines 0 comments Download
M pkg/analysis_server/pubspec.yaml View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
A pkg/analysis_server/test/edit/format_test.dart View 1 chunk +77 lines, -0 lines 0 comments Download
M pkg/analysis_server/test/edit/test_all.dart View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download
M pkg/analysis_server/test/integration/integration_test_methods.dart View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
M pkg/analysis_server/test/integration/protocol_matchers.dart View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download
M pkg/analysis_server/tool/spec/spec_input.html View 1 2 3 2 chunks +14 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (1 generated)
pquitslund
https://codereview.chromium.org/833903005/diff/40001/pkg/analysis_server/lib/src/edit/edit_domain.dart File pkg/analysis_server/lib/src/edit/edit_domain.dart (right): https://codereview.chromium.org/833903005/diff/40001/pkg/analysis_server/lib/src/edit/edit_domain.dart#newcode67 pkg/analysis_server/lib/src/edit/edit_domain.dart:67: } Comments welcome especially on error handling. Should I ...
5 years, 11 months ago (2015-01-13 18:54:08 UTC) #2
scheglov
LGTM
5 years, 11 months ago (2015-01-13 19:19:53 UTC) #3
Brian Wilkerson
LGTM https://codereview.chromium.org/833903005/diff/40001/pkg/analysis_server/lib/src/edit/edit_domain.dart File pkg/analysis_server/lib/src/edit/edit_domain.dart (right): https://codereview.chromium.org/833903005/diff/40001/pkg/analysis_server/lib/src/edit/edit_domain.dart#newcode70 pkg/analysis_server/lib/src/edit/edit_domain.dart:70: engine.TimestampedData<String> contents = context.getContents(source); The method getContents will ...
5 years, 11 months ago (2015-01-13 19:29:47 UTC) #4
danrubel
lgtm
5 years, 11 months ago (2015-01-13 19:30:50 UTC) #5
danrubel
https://codereview.chromium.org/833903005/diff/40001/pkg/analysis_server/lib/src/edit/edit_domain.dart File pkg/analysis_server/lib/src/edit/edit_domain.dart (right): https://codereview.chromium.org/833903005/diff/40001/pkg/analysis_server/lib/src/edit/edit_domain.dart#newcode26 pkg/analysis_server/lib/src/edit/edit_domain.dart:26: import 'package:dart_style/dart_style.dart'; Do we need to update the analysis_server ...
5 years, 11 months ago (2015-01-13 19:35:18 UTC) #6
pquitslund
Thanks! https://codereview.chromium.org/833903005/diff/40001/pkg/analysis_server/lib/src/edit/edit_domain.dart File pkg/analysis_server/lib/src/edit/edit_domain.dart (right): https://codereview.chromium.org/833903005/diff/40001/pkg/analysis_server/lib/src/edit/edit_domain.dart#newcode26 pkg/analysis_server/lib/src/edit/edit_domain.dart:26: import 'package:dart_style/dart_style.dart'; On 2015/01/13 19:35:18, danrubel wrote: > ...
5 years, 11 months ago (2015-01-13 20:06:55 UTC) #7
pquitslund
5 years, 11 months ago (2015-01-13 20:34:19 UTC) #8
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as r42835 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698