Derek Bailey
Derek Bailey
See "outs" at https://bazel.build/reference/be/general#genrule_args. We wrap the `flatc` in a genrule and generally expect a 1:1 input to output. So this is why having a single file makes it easy...
I don't think we should be explicitly supporting Python 2. Python 2 is EOL as of 2020-01-01. If some user needs to use python 2 for some reason, they can...
@Nickersoft I can probably help at some point if there are no other offers.
C# is done.
JS should be covered: https://github.com/google/flatbuffers/blob/master/.github/workflows/build.yml#L449-L463 @bjornharrtell do we need explicit JS testing?
I think this is the same as #5970 ? I used to do java for work, but now only do C++. So I never got around to fixing it :(...
From the top of my head, I think it has something to do with the key being omitted from the binary since `0` is the default value. Can you try...
@ohpauleez Can you patch #7236 and check it out?
Can you file a new issue for your other stuff so it can be tracked?
@paulovap We should consider doing a similar fix in Java (if it is a problem). Your fix with writing the default values is OK, but it fails if someone provides...