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

on super class #2746

Merged
merged 7 commits into from
Jun 7, 2023
Merged

on super class #2746

merged 7 commits into from
Jun 7, 2023

Conversation

willmcgugan
Copy link
Collaborator

@willmcgugan willmcgugan commented Jun 6, 2023

@on decorator now matches base classes.

Solution is much the same as #2691 with optimizations.

Copy link
Contributor

@davep davep left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this deserves an entry in the ChangeLog, and should be marked as a breaking change too. While it's unlikely someone will have negative effects from this change, it isn't impossible.

Some mention of this should likely go into the documentation too.

tests/test_on.py Outdated Show resolved Hide resolved
Co-authored-by: darrenburns <darrenburns@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.

Consider the idea of having the @on message handler capture and fire on base messages
3 participants