-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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 VirtualMetaclassType#implements?
to ignore base_type
#12632
Fix VirtualMetaclassType#implements?
to ignore base_type
#12632
Conversation
This method override was plainly incorrect. Removing it defaults to the super implementation which is all that we want.
VirtualMetaclassType#implements?
to ignore base_type
It should be something like |
The failures point directly to one of the added specs, so it's definitely related. Compiler specs succeeded on my machine, though 🤔 |
One of the specs was buggy. It returned a metaclass instance from |
Maybe even delegate the method to |
Do you have an example that fails without |
Only |
This method override was plainly incorrect. Removing it defaults to the super implementation which is all that we want.
Fixes #12628