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

Silence method override warning when it's an enum #353

Merged
merged 2 commits into from
May 16, 2016
Merged

Silence method override warning when it's an enum #353

merged 2 commits into from
May 16, 2016

Conversation

nathanstitt
Copy link
Contributor

This silences the overriding method xxxx! warning that's emitted when the overridden method came from an enum.

I didn't notice #346 when I created this, but but this may be a better approach since it actually checks for defined enums using defined_enums (if present)

@alto alto self-assigned this May 3, 2016
@alto
Copy link
Member

alto commented May 3, 2016

@nathanstitt Hmm, I saw #346 first and merged it already. But I agree that your approach is more complete and would like to add it, too. Do you want to merge master back into (and resolve the conflicts)? I'm happy to do it, just let me know 👍

@nathanstitt
Copy link
Contributor Author

Sure, just did so. Thanks!

@alto
Copy link
Member

alto commented May 16, 2016

@nathanstitt Cheers!

@alto alto merged commit ef82680 into aasm:master May 16, 2016
alto added a commit that referenced this pull request May 16, 2016
@alto
Copy link
Member

alto commented May 16, 2016

@nathanstitt I just released version 4.10.1 including your PR.

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

Successfully merging this pull request may close these issues.

2 participants