Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement PluginManager and HelpPlugin #326

Merged
merged 29 commits into from
Aug 21, 2022
Merged

Conversation

unode
Copy link
Collaborator

@unode unode commented Jul 15, 2022

This is an attempt to split #226 into smaller PRs, easier to review.
This PR should be merged after #323 and #325.

@unode unode marked this pull request as draft July 15, 2022 22:26
@unode unode force-pushed the helpplugin branch 4 times, most recently from c1975f0 to 3043712 Compare July 15, 2022 23:24
@unode unode changed the title Implement HelpPlugin (3 of 3) Implement PluginManager and HelpPlugin Aug 19, 2022
@unode unode marked this pull request as ready for review August 19, 2022 15:18
@unode
Copy link
Collaborator Author

unode commented Aug 19, 2022

I don't think I can get rid of the 2 codeclimate issues without making the code harder to read.
@attzonko do you think this is acceptable?

Also I ended up re-merging the two features in one PR as I couldn't get everything to validate and tests to pass in the in-between state and it was becoming too time consuming.

Black was also bumped in this PR as I couldn't run the previous version locally.

@attzonko
Copy link
Owner

attzonko commented Aug 21, 2022

@unode Please check to make sure my conflict resolution in function.py did not break anything for you.

Otherwise I think we can squash and merge this.

EDIT: NVM it did break stuff fixing now

@codeclimate
Copy link

codeclimate bot commented Aug 21, 2022

Code Climate has analyzed commit 6c0b55c and detected 2 issues on this pull request.

Here's the issue category breakdown:

Category Count
Complexity 2

View more on Code Climate.

@attzonko
Copy link
Owner

@unode Ok I think I fixed the mess :) Can you verify that the commit makes sense to you? f0a7039

@attzonko
Copy link
Owner

As all the tests passed, I am pretty sure it is correct, will go ahead and merge.

@attzonko attzonko merged commit 434f7ee into attzonko:main Aug 21, 2022
unode added a commit to unode/mmpy_bot that referenced this pull request Feb 9, 2023
* Implement PluginManager interface

Co-authored-by: Alex Tzonkov <4975715+attzonko@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants