-
Notifications
You must be signed in to change notification settings - Fork 190
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
Bottom up creation of required union with empty table fails #4
Comments
Thanks for reporting this - I will look into it soon. Meanwhile, this is a very high quality bug report. As an example for future bug reports it can be reproduced trivially as follows: cd /tmp (edit: since this is now fixed, check out flatcc v0.3.3 to see the example fail - though only after 0.3.3 will setup.sh link debug builds to debug flatccrt_d.a library) |
Fixed. It has nothing to do with unions. The |
That was fixed rather quickly! Thanks a lot :) |
This issue is now used in the following sample project: |
Hi,
I have a project with a schema for messages where a union is used to include the contents of the message.
However, when I try to create a
RequestSomething
message bottom up, I get a required assert. If i add a dummy field toRequestSomething
, the example starts to work:Thank you for making flatcc!
The text was updated successfully, but these errors were encountered: