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

Union size issue #16

Open
RedBrumbler opened this issue Mar 30, 2022 · 0 comments
Open

Union size issue #16

RedBrumbler opened this issue Mar 30, 2022 · 0 comments

Comments

@RedBrumbler
Copy link
Contributor

As demonstrated in this file Unions still cause issues,

here the issue is that the union of MapType and the 4 quants is seperated out into fields, causing it to mess up the size check for the object. This means that the generated project does not compile due to the size checks there.

A hacky fix is of course removing the size checks there, but eventually properly having unions is the expection (I assume)

Just putting this in so it's an issue that can be tested on

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

No branches or pull requests

1 participant