flatbuffers/scripts
Joshua Smith 043a24f2e4
[Python] Fixed the issue with nested unions relying on InitFromBuf. (#7576)
* feat: Fixed the issue with nested unions relying on InitFromBuf.
Problem: Issue #7569
Nested Unions were broken with the introduction of parsing buffers with an initial encoding offset.

Fix:
Revert the InitFromBuf method to the previous version and introduction of InitFromPackedBuf that allows
users to read types from packed buffers applying the offset automatically.

Test:
Added in TestNestedUnionTables to test the encoding and decoding ability using a nested table with a
union field.

* fix: Uncommented generate code command
2022-10-26 14:56:52 -07:00
..
check-grpc-generated-code.py Remove old GRPC bash script and convert to python3 (#7454) 2022-08-16 23:44:50 -07:00
check_generate_code.py Removed test/generate_code.{sh|bat} (#6873) 2021-11-30 23:13:24 -08:00
clang-format-all.sh
clang-format-git.sh
generate_code.py [Python] Fixed the issue with nested unions relying on InitFromBuf. (#7576) 2022-10-26 14:56:52 -07:00
generate_grpc_examples.py Remove old GRPC bash script and convert to python3 (#7454) 2022-08-16 23:44:50 -07:00
release.sh FlatBuffers Version 22.10.25 (#7604) 2022-10-26 00:03:49 -07:00
util.py Remove old GRPC bash script and convert to python3 (#7454) 2022-08-16 23:44:50 -07:00