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

always use a vptr (possibly with an empty type) in object representations #4517

Draft
wants to merge 2 commits into
base: trunk
Choose a base branch
from

Conversation

dwblaikie
Copy link
Contributor

@dwblaikie dwblaikie commented Nov 12, 2024

This breaks a lot of tests and lowering (with a pre-existing crash, probably just due to the lack of lowering of the initializer (or lowering it in check into an Error builtin, specifically), that only happens currently in dynamic classes, but by putting a vptr (even a zero-length one) in every class means they all hit that crash) so the presubmit checks aren't clear, but that's not really the fault of this patch.

MODULE.bazel.lock Outdated Show resolved Hide resolved
MODULE.bazel.lock Outdated Show resolved Hide resolved
@dwblaikie dwblaikie mentioned this pull request Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants