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

Fix typo in emitter attr name #747

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

Conversation

nitzmahone
Copy link
Member

@nitzmahone nitzmahone commented Aug 29, 2023

This change was originally directly merged to a pending 6.1 release branch, but in its current form, it's technically a breaking change, since the renamed attribute is "public" on the Emitter mixin (and thus on all Dumpers that use that mixin). The fix is fine, but should at least temporarily preserve a compatibility property for the old name that fires DeprecationWarning for some time to preserve backward compatibility for existing consumers.

@nitzmahone
Copy link
Member Author

(added shim property for backwards compatibility with DeprecationWarning on use)

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

Successfully merging this pull request may close these issues.

None yet

2 participants