Casper
Casper
That sounds right. I don't expect any modifications to the union discriminant code gen. So I guess the changes would be in the table code gen
Feel free to contribute! @mustiikhalil is the swift owner
Wow, thanks for the huge effort!
Hm, I am not a nim expert so I cant say what is most ergonomic for users of the language. Does nim support tricks like defining everything in one file...
No plans that I'm aware of
you should look at https://github.com/google/flatbuffers/blob/1b90300150c79f2d64e494430156388cacd81b6f/java/com/google/flatbuffers/FlexBuffersBuilder.java#L505 endVector(..., false, true) is saying you want an untyped, but fixed length vector, which is not supported by Flexbuffers. If you turned on assertions you...
> Should we consider this part of the Namer interface as well? The `Namer` interface does support generating namespaced types, its just a matter of using it in the cpp_genreator
@mustiikhalil
@jeroenbouma the best way to help would be to write a PR, but it seems @sheinbergon might want to work on it too
I think the best fix would be to use for cmake to invoke the bfbs-filenames flag https://github.com/google/flatbuffers/blob/83a43fc7977b67259c6a78147cf1c09fe6af85f7/src/flatc.cpp#L163 This controls what schema filenames are relative to