-
Notifications
You must be signed in to change notification settings - Fork 100
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
Assertion failure in check_vtable_size
#1593
Comments
This also occurs in
And in
|
Example without dependencies (~130 lines) that I hit while working on #1504:
Run it like this: Result:
|
I believe this issue has similar root cause as #1395. The failure is triggered while trying to create a vtable for a generator wrapper:
I.e.: This code is converting We fail because the size of |
Reproduction steps:
That "current codegen location" is here:
The text was updated successfully, but these errors were encountered: