google / flatbuffers

FlatBuffers: Memory Efficient Serialization Library
https://flatbuffers.dev/
Apache License 2.0
23.16k stars 3.23k forks source link

lua: fix bool encoding #8252

Open serprex opened 6 months ago

serprex commented 6 months ago

Bools were being encoded as ASCII 0/1 instead of binary 0/1

Also fix issue @Cindlory noticed that strings do not expose numerical indexing

github-actions[bot] commented 1 week ago

This pull request is stale because it has been open 6 months with no activity. Please comment or label not-stale, or this will be closed in 14 days.