google / google/flatbuffers

Lua generation naming case issue

Open
#8,501 13 comments 0 reactions 1 assignee Claimed by @jtdavis777 View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.