-
Notifications
You must be signed in to change notification settings - Fork 17
Conversation
9469a4a
to
6cb0849
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
src/plugin/README.md
should probably be added.
Additionally, it might make sense to move plugin_example
to example/plugins
?
Finally, we probably want to add the examples to packaging.
See inline comments for other thoughts.
Generally, this LGTM. Just needs a touch more polish.
0368502
to
22e184e
Compare
Added implementation details. Add docs, tests and plugin_example to the packaging. Added other code review fixes.
22e184e
to
922f9a3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have reviewed the code and performed the following review actions:
- Built and installed the debian package.
- Tested the hello plugin in the local source repo as well as the installed (
/usr/opt/...
) version. - Ran the regression tests including the new plugin test.
- Ran pylint against new and changed files.
This change looks good to me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry I missed this in my review. It looks like a good and necessary improvement.
Issue described in #102.
Description added in src/PLUGIN.md.