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

Issue 839833002: Initial plugin API (Closed)

Created:
5 years, 11 months ago by Brian Wilkerson
Modified:
5 years, 9 months ago
CC:
reviews_dartlang.org
Target Ref:
refs/remotes/git-svn
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : Convert interfaces to typedefs #

Total comments: 2

Patch Set 3 : Add tests and clean-up server plugin #

Unified diffs Side-by-side diffs Delta from patch set Stats (+507 lines, -5 lines) Patch
A pkg/analysis_server/lib/plugin/plugin.dart View 1 1 chunk +130 lines, -0 lines 0 comments Download
A pkg/analysis_server/lib/src/plugin/plugin_impl.dart View 1 1 chunk +124 lines, -0 lines 0 comments Download
A pkg/analysis_server/lib/src/plugin/server_plugin.dart View 1 2 1 chunk +59 lines, -0 lines 0 comments Download
M pkg/analysis_server/test/operation/test_all.dart View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
A pkg/analysis_server/test/plugin/plugin_impl_test.dart View 1 2 1 chunk +183 lines, -0 lines 0 comments Download
A + pkg/analysis_server/test/plugin/test_all.dart View 1 2 1 chunk +7 lines, -5 lines 0 comments Download
M pkg/analysis_server/test/test_all.dart View 1 2 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (2 generated)
danrubel
lgtm https://codereview.chromium.org/839833002/diff/20001/pkg/analysis_server/lib/src/plugin/plugin_impl.dart File pkg/analysis_server/lib/src/plugin/plugin_impl.dart (right): https://codereview.chromium.org/839833002/diff/20001/pkg/analysis_server/lib/src/plugin/plugin_impl.dart#newcode31 pkg/analysis_server/lib/src/plugin/plugin_impl.dart:31: for (Plugin plugin in plugins) { Do we ...
5 years, 11 months ago (2015-01-08 19:46:37 UTC) #2
scheglov
LGTM
5 years, 11 months ago (2015-01-08 19:49:12 UTC) #3
Brian Wilkerson
https://codereview.chromium.org/839833002/diff/20001/pkg/analysis_server/lib/src/plugin/plugin_impl.dart File pkg/analysis_server/lib/src/plugin/plugin_impl.dart (right): https://codereview.chromium.org/839833002/diff/20001/pkg/analysis_server/lib/src/plugin/plugin_impl.dart#newcode31 pkg/analysis_server/lib/src/plugin/plugin_impl.dart:31: for (Plugin plugin in plugins) { > Do we ...
5 years, 11 months ago (2015-01-08 22:00:54 UTC) #4
pquitslund
Fantastic! High-level question. For the purposes of linter plugins I'd really like to be able ...
5 years, 11 months ago (2015-01-08 23:30:06 UTC) #6
pquitslund
On 2015/01/08 23:30:06, pquitslund wrote: > Fantastic! > > High-level question. For the purposes of ...
5 years, 11 months ago (2015-01-08 23:30:44 UTC) #7
Brian Wilkerson
> I'd really like to be able to plug into the analyzer (not server). > ...
5 years, 11 months ago (2015-01-08 23:57:20 UTC) #8
pquitslund
On 2015/01/08 23:57:20, Brian Wilkerson wrote: > > I'd really like to be able to ...
5 years, 11 months ago (2015-01-09 00:17:56 UTC) #9
Brian Wilkerson
5 years, 11 months ago (2015-01-09 15:58:02 UTC) #10
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as 42736 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698