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

Issue 2842013003: Add support for watch events and error notifications (Closed)

Created:
3 years, 7 months ago by Brian Wilkerson
Modified:
3 years, 7 months ago
Reviewers:
scheglov
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : fix comment #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+207 lines, -20 lines) Patch
M pkg/analysis_server/lib/src/analysis_server.dart View 2 chunks +6 lines, -0 lines 0 comments Download
M pkg/analysis_server/lib/src/context_manager.dart View 5 chunks +12 lines, -5 lines 0 comments Download
M pkg/analysis_server/lib/src/edit/edit_domain.dart View 2 chunks +6 lines, -4 lines 0 comments Download
M pkg/analysis_server/lib/src/plugin/notification_manager.dart View 1 chunk +11 lines, -0 lines 0 comments Download
M pkg/analysis_server/lib/src/plugin/plugin_manager.dart View 1 6 chunks +61 lines, -1 line 2 comments Download
M pkg/analysis_server/test/analysis_abstract.dart View 2 chunks +8 lines, -1 line 2 comments Download
M pkg/analysis_server/test/context_manager_test.dart View 5 chunks +20 lines, -0 lines 0 comments Download
M pkg/analysis_server/test/src/plugin/notification_manager_test.dart View 2 chunks +23 lines, -0 lines 0 comments Download
M pkg/analysis_server/test/src/plugin/plugin_manager_test.dart View 8 chunks +41 lines, -9 lines 0 comments Download
M pkg/analyzer/lib/context/context_root.dart View 2 chunks +19 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (2 generated)
Brian Wilkerson
3 years, 7 months ago (2017-04-26 14:31:55 UTC) #2
scheglov
LGTM https://codereview.chromium.org/2842013003/diff/20001/pkg/analysis_server/lib/src/plugin/plugin_manager.dart File pkg/analysis_server/lib/src/plugin/plugin_manager.dart (right): https://codereview.chromium.org/2842013003/diff/20001/pkg/analysis_server/lib/src/plugin/plugin_manager.dart#newcode272 pkg/analysis_server/lib/src/plugin/plugin_manager.dart:272: watcher.WatchEvent watchEvent) async { Do we await it ...
3 years, 7 months ago (2017-04-26 15:55:18 UTC) #3
Brian Wilkerson
https://codereview.chromium.org/2842013003/diff/20001/pkg/analysis_server/lib/src/plugin/plugin_manager.dart File pkg/analysis_server/lib/src/plugin/plugin_manager.dart (right): https://codereview.chromium.org/2842013003/diff/20001/pkg/analysis_server/lib/src/plugin/plugin_manager.dart#newcode272 pkg/analysis_server/lib/src/plugin/plugin_manager.dart:272: watcher.WatchEvent watchEvent) async { > Do we await it ...
3 years, 7 months ago (2017-04-26 16:35:55 UTC) #4
Brian Wilkerson
3 years, 7 months ago (2017-04-26 16:36:31 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
65f492a0430b8a2ac02f312145c307c9d30850c5 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698