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

Compiler and interpreter: fix is_a? from virtual metaclass to generic metaclass #12306

Merged
merged 2 commits into from
Jul 22, 2022

Conversation

asterite
Copy link
Member

Fixes #12302

@asterite asterite added kind:bug A bug in the code. Does not apply to documentation, specs, etc. topic:compiler:semantic topic:compiler:interpreter labels Jul 22, 2022
@straight-shoota straight-shoota added this to the 1.6.0 milestone Jul 22, 2022
@asterite
Copy link
Member Author

Merging now to have this fix when I'm fixing other stuff :-)

@asterite asterite merged commit cd2b7d6 into master Jul 22, 2022
@asterite asterite deleted the bug/is_a_from_virtual_metaclass_to_generic_metaclass branch July 22, 2022 14:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:bug A bug in the code. Does not apply to documentation, specs, etc. topic:compiler:interpreter topic:compiler:semantic
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Interpreter: incorrect class after as for generic class inheriting from concrete class
2 participants