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

Commits on Aug 31, 2020

  1. Messy package search implementation

    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 committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    579d118 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2020

  1. Add Python version metadata for enum support

    Search implementation uses enums, which were added in Python 3.4 -- and
    more specifically, a new Python 3.6 feature, enum.auto.
    dgw committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    f54ab35 View commit details
    Browse the repository at this point in the history