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

Issue 1366023002: Plugin manifest parsing. (Closed)

Created:
5 years, 2 months ago by pquitslund
Modified:
5 years, 2 months ago
Reviewers:
Brian Wilkerson
CC:
reviews_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 2

Patch Set 2 : Manifest format updates. #

Patch Set 3 : Test updates. #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+142 lines, -15 lines) Patch
M pkg/analyzer/CHANGELOG.md View 1 chunk +3 lines, -0 lines 0 comments Download
M pkg/analyzer/lib/src/plugin/plugin_configuration.dart View 1 3 chunks +86 lines, -9 lines 0 comments Download
M pkg/analyzer/pubspec.yaml View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/test/src/plugin/plugin_config_test.dart View 1 2 5 chunks +52 lines, -5 lines 2 comments Download

Messages

Total messages: 9 (1 generated)
pquitslund
5 years, 2 months ago (2015-09-24 17:59:41 UTC) #2
Brian Wilkerson
https://chromiumcodereview.appspot.com/1366023002/diff/1/pkg/analyzer/lib/src/plugin/plugin_configuration.dart File pkg/analyzer/lib/src/plugin/plugin_configuration.dart (right): https://chromiumcodereview.appspot.com/1366023002/diff/1/pkg/analyzer/lib/src/plugin/plugin_configuration.dart#newcode18 pkg/analyzer/lib/src/plugin/plugin_configuration.dart:18: PluginInfo analyzerPlugin = _parsePlugin(yaml['analyzer-plugin']); I'm confused. I thought we ...
5 years, 2 months ago (2015-09-24 19:22:57 UTC) #3
pquitslund
Right! I guess I'm back-peddling... :) https://chromiumcodereview.appspot.com/1366023002/diff/1/pkg/analyzer/lib/src/plugin/plugin_configuration.dart File pkg/analyzer/lib/src/plugin/plugin_configuration.dart (right): https://chromiumcodereview.appspot.com/1366023002/diff/1/pkg/analyzer/lib/src/plugin/plugin_configuration.dart#newcode18 pkg/analyzer/lib/src/plugin/plugin_configuration.dart:18: PluginInfo analyzerPlugin = ...
5 years, 2 months ago (2015-09-24 19:32:36 UTC) #4
Brian Wilkerson
> I guess I didn't want to completely rule out the possibility that we might ...
5 years, 2 months ago (2015-09-24 19:39:37 UTC) #5
pquitslund
Updated as per our discussion. Provisional manifest format now looks like: class_name: MyAnalyzerPlugin library_uri: 'my_plugin/my_analyzer_plugin.dart' ...
5 years, 2 months ago (2015-09-24 21:15:41 UTC) #6
Brian Wilkerson
LGTM https://codereview.chromium.org/1366023002/diff/40001/pkg/analyzer/test/src/plugin/plugin_config_test.dart File pkg/analyzer/test/src/plugin/plugin_config_test.dart (right): https://codereview.chromium.org/1366023002/diff/40001/pkg/analyzer/test/src/plugin/plugin_config_test.dart#newcode55 pkg/analyzer/test/src/plugin/plugin_config_test.dart:55: library_uri: myplugin/analyzer_plugin.dart I suspect that in most cases ...
5 years, 2 months ago (2015-09-24 21:40:00 UTC) #7
pquitslund
Thanks! https://codereview.chromium.org/1366023002/diff/40001/pkg/analyzer/test/src/plugin/plugin_config_test.dart File pkg/analyzer/test/src/plugin/plugin_config_test.dart (right): https://codereview.chromium.org/1366023002/diff/40001/pkg/analyzer/test/src/plugin/plugin_config_test.dart#newcode55 pkg/analyzer/test/src/plugin/plugin_config_test.dart:55: library_uri: myplugin/analyzer_plugin.dart On 2015/09/24 21:40:00, Brian Wilkerson wrote: ...
5 years, 2 months ago (2015-09-24 21:52:44 UTC) #8
pquitslund
5 years, 2 months ago (2015-09-24 21:53:21 UTC) #9
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
5dd6a543e74b8fc183563394ef5507d7740ed5c5 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698