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

Prevent collapsing of secondary bases used inside a hierarchy where a downcast is done #242

Merged
merged 1 commit into from
Jul 8, 2024

Conversation

rvan-mee
Copy link
Contributor

@rvan-mee rvan-mee commented Jul 8, 2024

When a class is used inside a hierarchy where a downcast is performed on it cannot be collapsed. If it is collapsed the offset given by the downcast builtin will no longer be correct, causing unexpected behavior

… downcast is done

When a class is used inside a hierarchy where a downcast is performed on it cannot be collapsed. If it is collapsed the offset given by the downcast builtin will no longer be correct, causing unexpected behaviour
@yuri91 yuri91 force-pushed the fix-collapsed-downcast branch from c816919 to a513aa3 Compare July 8, 2024 15:31
@yuri91 yuri91 merged commit 8e10a60 into master Jul 8, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants