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

Warn in advance of removing support for the match parameter on URL callbacks #2576

Open
dgw opened this issue Nov 30, 2023 · 0 comments
Open

Comments

@dgw
Copy link
Member

dgw commented Nov 30, 2023

The match parameter on URL callbacks has been obsolete since Sopel 7.1 (#1904), and is due to be removed in Sopel 9.0.

However, plugins whose authors (or users) don't read release notes might not notice that they're still relying on an outdated parameter. The code to handle this parameter should emit a deprecation warning starting in Sopel 8.1.0 to catch as many stragglers as possible and bring them into the new world where trigger is always The Only Way to access rule matches.

(At the same time, we should sweep built-in/first-party plugins for use of the deprecated parameter and update any found.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant