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

Issue 298823007: add server.status notification (Closed)

Created:
6 years, 7 months ago by danrubel
Modified:
6 years, 7 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 3

Patch Set 2 : rework to send stats on analysis start/stop #

Patch Set 3 : reduce variable scope #

Total comments: 2

Patch Set 4 : address comments #

Patch Set 5 : merge #

Patch Set 6 : remove print statement #

Unified diffs Side-by-side diffs Delta from patch set Stats (+67 lines, -12 lines) Patch
M pkg/analysis_server/lib/src/analysis_server.dart View 1 2 3 4 5 6 chunks +39 lines, -2 lines 0 comments Download
M pkg/analysis_server/lib/src/get_handler.dart View 1 2 3 4 2 chunks +4 lines, -4 lines 0 comments Download
M pkg/analysis_server/test/analysis_server_test.dart View 1 2 3 4 1 chunk +24 lines, -6 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
danrubel
6 years, 7 months ago (2014-05-23 01:38:57 UTC) #1
Brian Wilkerson
Let's talk about the structure of the status notification, then LGTM.
6 years, 7 months ago (2014-05-23 13:19:26 UTC) #2
Paul Berry
lgtm as a starting point, but I think we should probably have a discussion about ...
6 years, 7 months ago (2014-05-23 15:56:45 UTC) #3
danrubel
Per discussion, reworked to send notifications on analysis start/stop. PTAL
6 years, 7 months ago (2014-05-27 12:31:42 UTC) #4
Paul Berry
lgtm https://codereview.chromium.org/298823007/diff/40001/pkg/analysis_server/lib/src/analysis_server.dart File pkg/analysis_server/lib/src/analysis_server.dart (right): https://codereview.chromium.org/298823007/diff/40001/pkg/analysis_server/lib/src/analysis_server.dart#newcode190 pkg/analysis_server/lib/src/analysis_server.dart:190: AnalysisResult result = context.performAnalysisTask(); I think the call ...
6 years, 7 months ago (2014-05-27 16:09:26 UTC) #5
danrubel
https://codereview.chromium.org/298823007/diff/40001/pkg/analysis_server/lib/src/analysis_server.dart File pkg/analysis_server/lib/src/analysis_server.dart (right): https://codereview.chromium.org/298823007/diff/40001/pkg/analysis_server/lib/src/analysis_server.dart#newcode190 pkg/analysis_server/lib/src/analysis_server.dart:190: AnalysisResult result = context.performAnalysisTask(); On 2014/05/27 16:09:26, Paul Berry ...
6 years, 7 months ago (2014-05-28 02:02:00 UTC) #6
danrubel
6 years, 7 months ago (2014-05-28 02:25:25 UTC) #7
Message was sent while issue was closed.
Committed patchset #6 manually as r36727 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698