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

Issue 2667823003: Add top-level driver and abstract plugin superclass (Closed)

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

Description

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+548 lines, -1 line) Patch
A pkg/analyzer_plugin/lib/plugin/plugin.dart View 1 chunk +356 lines, -0 lines 3 comments Download
M pkg/analyzer_plugin/lib/src/channel/isolate_channel.dart View 1 chunk +2 lines, -1 line 0 comments Download
A pkg/analyzer_plugin/lib/src/driver.dart View 1 chunk +33 lines, -0 lines 0 comments Download
A pkg/analyzer_plugin/lib/src/utilities/null_string_sink.dart View 1 chunk +20 lines, -0 lines 0 comments Download
A pkg/analyzer_plugin/lib/starter.dart View 1 chunk +27 lines, -0 lines 0 comments Download
A pkg/analyzer_plugin/lib/utilities/subscription_manager.dart View 1 chunk +44 lines, -0 lines 0 comments Download
A pkg/analyzer_plugin/test/test_all.dart View 1 chunk +15 lines, -0 lines 0 comments Download
A pkg/analyzer_plugin/test/utilities/subscription_manager_test.dart View 1 chunk +38 lines, -0 lines 0 comments Download
A pkg/analyzer_plugin/test/utilities/test_all.dart View 1 chunk +13 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (2 generated)
Brian Wilkerson
3 years, 10 months ago (2017-01-31 21:16:51 UTC) #2
scheglov
LGTM https://codereview.chromium.org/2667823003/diff/1/pkg/analyzer_plugin/lib/plugin/plugin.dart File pkg/analyzer_plugin/lib/plugin/plugin.dart (right): https://codereview.chromium.org/2667823003/diff/1/pkg/analyzer_plugin/lib/plugin/plugin.dart#newcode57 pkg/analyzer_plugin/lib/plugin/plugin.dart:57: final ByteStore byteStore = new MemoryByteStore(); Will it ...
3 years, 10 months ago (2017-01-31 21:27:02 UTC) #3
Brian Wilkerson
https://codereview.chromium.org/2667823003/diff/1/pkg/analyzer_plugin/lib/plugin/plugin.dart File pkg/analyzer_plugin/lib/plugin/plugin.dart (right): https://codereview.chromium.org/2667823003/diff/1/pkg/analyzer_plugin/lib/plugin/plugin.dart#newcode57 pkg/analyzer_plugin/lib/plugin/plugin.dart:57: final ByteStore byteStore = new MemoryByteStore(); I assume you ...
3 years, 10 months ago (2017-01-31 21:37:09 UTC) #4
scheglov
https://codereview.chromium.org/2667823003/diff/1/pkg/analyzer_plugin/lib/plugin/plugin.dart File pkg/analyzer_plugin/lib/plugin/plugin.dart (right): https://codereview.chromium.org/2667823003/diff/1/pkg/analyzer_plugin/lib/plugin/plugin.dart#newcode57 pkg/analyzer_plugin/lib/plugin/plugin.dart:57: final ByteStore byteStore = new MemoryByteStore(); On 2017/01/31 21:37:09, ...
3 years, 10 months ago (2017-01-31 21:41:17 UTC) #5
Brian Wilkerson
3 years, 10 months ago (2017-01-31 21:42:02 UTC) #7
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
81397c00aa0234ee8e35675a28a598083031bc74 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698