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

SpActionGroup hash and id raises DNU #17789

Open
Gabriel-Darbord opened this issue Feb 6, 2025 · 0 comments
Open

SpActionGroup hash and id raises DNU #17789

Gabriel-Darbord opened this issue Feb 6, 2025 · 0 comments

Comments

@Gabriel-Darbord
Copy link
Contributor

When asking for the hash of an SpActionGroup instance, it delegates to its id method, which tries to delegate to super id if it is nil. However, this method is not implemented in a superclass, which raises a MessageNotUnderstood exception.

Also, maybe there should be a test to check for violations of the Messages sent that super can not understand critique?

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