-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Arrays of Enumerations without a value for 0 are no longer valid
#8836
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
Arrays of Enumerations without a value for 0 are no longer valid
#8836
Conversation
|
I have no idea what the changes in the bfbs files etc are about, but this generally LGTM! |
|
I want to dig a little more into at least one of the bfbs changes just to see what's going on, then will merge if nothing looks improper. |
|
just dumping my findings here, the old monster_tests.afb has the follow two extra vtables. the rest of the vtables match up. |
|
the first vtable is pointed to by the second is referred to by a pair of tables |
|
okay I figured it out! safe to merge. old code was explicitly setting the |

Fixes #8833