Derek Bailey
Derek Bailey
**Comments** > Make unions into a single field (and vectors of them into a single value). Also make the type part 16-bit while we're at it, so a union is...
> 12. For a buffer that has entirely un-shared vtables (see 5), it now becomes more feasible to allow in-place mutation of more complex things. This is definitely a complex/contentious...
I just submitted 14615699fa5b which should make it easy to add this warning. Would you like to do a PR for this and fix those issues?
I would just build `flatc` and skip building the tests. Otherwise, we don't usually support debugging build issues, since we won't be able to reproduce them.
I'm sorry, I'm not sure what you mean by `./configure` option. We don't use .configure.
Not sure what that involves. PR are welcome.
You shouldn't be able to even have cycles in your include statements. I think the real issue is that the include logic doesn't throw an error saying "Cycle detected in...
I see. Though the user could always refactor their schemas to not include any cycles if there is a reason. In the above example, `Table2` and `Union1` should be put...
I think we are leaning towards making it an error if a cycle is detected in schema includes. This may break some existing users, but they can always refactor their...