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

Issue 311653002: Extract analysis/notifications into a separate operation/file. (Closed)

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

Description

Extract analysis/notifications into a separate operation/file. It seems that while we really have to expose some additional API from AnalysisServer, it still worth to extract analysis and its notifications into a separate file. R=brianwilkerson@google.com, paulberry@google.com BUG= Committed: https://code.google.com/p/dart/source/detail?r=36899

Patch Set 1 #

Patch Set 2 : Tweak for the test method name. #

Total comments: 5
Unified diffs Side-by-side diffs Delta from patch set Stats (+292 lines, -157 lines) Patch
M pkg/analysis_server/lib/src/analysis_server.dart View 7 chunks +20 lines, -86 lines 0 comments Download
M pkg/analysis_server/lib/src/operation/operation.dart View 2 chunks +0 lines, -26 lines 0 comments Download
A pkg/analysis_server/lib/src/operation/operation_analysis.dart View 1 chunk +116 lines, -0 lines 2 comments Download
M pkg/analysis_server/lib/src/operation/operation_queue.dart View 1 chunk +1 line, -0 lines 0 comments Download
M pkg/analysis_server/test/analysis_server_test.dart View 1 chunk +0 lines, -43 lines 0 comments Download
A pkg/analysis_server/test/operation/operation_analysis_test.dart View 1 chunk +76 lines, -0 lines 0 comments Download
M pkg/analysis_server/test/operation/operation_queue_test.dart View 1 chunk +1 line, -0 lines 0 comments Download
M pkg/analysis_server/test/operation/test_all.dart View 2 chunks +4 lines, -2 lines 0 comments Download
A pkg/analysis_server/test/reflective_tests.dart View 1 1 chunk +74 lines, -0 lines 3 comments Download

Messages

Total messages: 5 (0 generated)
scheglov
6 years, 6 months ago (2014-06-02 19:15:00 UTC) #1
Paul Berry
lgtm https://codereview.chromium.org/311653002/diff/20001/pkg/analysis_server/test/reflective_tests.dart File pkg/analysis_server/test/reflective_tests.dart (right): https://codereview.chromium.org/311653002/diff/20001/pkg/analysis_server/test/reflective_tests.dart#newcode40 pkg/analysis_server/test/reflective_tests.dart:40: void runReflectiveTests(Type type) { I thought we decided ...
6 years, 6 months ago (2014-06-02 20:07:34 UTC) #2
Brian Wilkerson
The extraction LGTM. Not as fond of the top-level functions and extra test framework. https://codereview.chromium.org/311653002/diff/20001/pkg/analysis_server/lib/src/operation/operation_analysis.dart ...
6 years, 6 months ago (2014-06-02 20:12:58 UTC) #3
scheglov
https://codereview.chromium.org/311653002/diff/20001/pkg/analysis_server/lib/src/operation/operation_analysis.dart File pkg/analysis_server/lib/src/operation/operation_analysis.dart (right): https://codereview.chromium.org/311653002/diff/20001/pkg/analysis_server/lib/src/operation/operation_analysis.dart#newcode83 pkg/analysis_server/lib/src/operation/operation_analysis.dart:83: void sendAnalysisNotificationErrors(AnalysisServer server, On 2014/06/02 20:12:58, Brian Wilkerson wrote: ...
6 years, 6 months ago (2014-06-02 20:38:09 UTC) #4
scheglov
6 years, 6 months ago (2014-06-02 21:00:57 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r36899 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698