Hi,
Mostly an FYI here, feel free to close if you're uninterested.
I just upgraded my runtime lib from 1.9.0 -> 1.11.0 and the result was breakage because the 1.9.0 generated code doesn't set the vtable_start and vtable_size fields. This results in garbage when decoding.
Out of interest, is it required that the flatc version must identically match the runtime lib version otherwise undefined behaviour ensues? Thanks.