google / flatbuffers

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

lua: kKeep filenames to avoid incorrect require casing #8258

Open serprex opened 6 months ago

serprex commented 6 months ago

Having a struct UUID, the file generated was Uuid.lua, but generated code passing UUID all uppercase to require, on case sensitive filesystems this doesn't work

Update GenerateMethod to use namer_ Method to avoid changing PrependInt8 into Prependint8

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.