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

Fix multiple inheritance comparison #51

Open
yury-palyanitsa opened this issue Oct 30, 2024 · 0 comments
Open

Fix multiple inheritance comparison #51

yury-palyanitsa opened this issue Oct 30, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@yury-palyanitsa
Copy link
Collaborator

Current multiple inheritance works, but the algorithm is not exactly correct. When constructing a multiple inheritance type, derived type inherits from each parent type. However, parent types must be checked for equality since they may not specify unequal restrictions.

@yury-palyanitsa yury-palyanitsa added the bug Something isn't working label Oct 30, 2024
@yury-palyanitsa yury-palyanitsa self-assigned this Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant