Lua generation naming case issue
Open
lua
need-more-info
pr-requested
- Dominant language
- C++
- Stars
- 26.5k
- Forks
- 3.7k
- PR merge metrics
- No merged PRs in 30d
Description
Hi.
I'm generating C++ and Lua files for use on Android. I'm getting some case issues with naming. If I have a table called mesh, I get a generated .lua called mesh.lua Great! In the same schema, I might have a table called shape, I get Shape.lua not great! as require('shape') but on disk I have Shape.lua. On Android of course this failed to find the required shape.lua.
Apologies in advance if this is a flat compiler option or just something I'm doing wrong.
Cheers
Simon
Contributor guide
Assessment
This issue has not been assessed yet.