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

Package search support #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Package search support #1

wants to merge 2 commits into from

Conversation

dgw
Copy link
Member

@dgw dgw commented Aug 31, 2020

Never planned to support this feature, so a refactor is probably due. However, this slightly-kludgy approach doesn't seem to break anything.

Also (re)discovered a bug in Sopel while writing this patch, which is nice since it'll push us toward making plugin loading more robust.

Never planned to support this feature, so a refactor is probably due.
However, this slightly-kludgy approach doesn't seem to break anything.

Also (re)discovered a bug in Sopel while writing this patch, which is
nice since it'll push us toward making plugin loading more robust.
@dgw dgw added the enhancement New feature or request label Aug 31, 2020
@dgw dgw added this to the 0.2.0 milestone Aug 31, 2020
Search implementation uses enums, which were added in Python 3.4 -- and
more specifically, a new Python 3.6 feature, enum.auto.
@dgw
Copy link
Member Author

dgw commented Jun 24, 2023

Still need a refactor, and not willing to restrict this plugin's Python version compatibility more than Sopel itself. If implementing search needs stdlib features from Python 3.6+, this can stay on the back burner until it's time for a Sopel 8+ version (since Sopel 8 is going to support only py3.8+).

@dgw dgw modified the milestones: 0.2.0, 0.3.0 Jun 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant