mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-01 09:51:12 +00:00
* 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 |
||
|---|---|---|
| .. | ||
| check-grpc-generated-code.py | ||
| check_generate_code.py | ||
| clang-format-all.sh | ||
| clang-format-git.sh | ||
| generate_code.py | ||
| generate_grpc_examples.py | ||
| release.sh | ||
| util.py | ||