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: fix concrete_types to handle virtual metaclass and modules #7951

Merged
merged 1 commit into from
Jul 5, 2019

Conversation

bcardiff
Copy link
Member

@bcardiff bcardiff commented Jul 4, 2019

There were a couple of missing cases in UnionType#each_concrete_type.
And VirtualMetaclassType was missing the MultiType module although it has an #each_concrete_type method.

Some specs for concrete_types were added at the semantic level.

@bcardiff bcardiff added kind:bug A bug in the code. Does not apply to documentation, specs, etc. topic:compiler labels Jul 4, 2019
@bcardiff bcardiff added this to the 0.30.0 milestone Jul 4, 2019
@bcardiff bcardiff requested a review from asterite July 4, 2019 17:03
@bcardiff bcardiff merged commit 74761b9 into crystal-lang:master Jul 5, 2019
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants