Michael Le
Michael Le
I can pick this one up.
I'm unable to reproduce this issue in flatc v2.0.0, I ran these commands and got the resulting files. ``` $ ls hero.fbs $ flatc -c hero.fbs $ flatc -c --filename-suffix...
Added in #7644
At an initial glance this bug seems to be the result of how we parse proto files. We can be reproduces this bug if the following criteria are met: 1....
Blocked by #7827
Not fixed yet. I'll take a look at this again.
Can you add a test case to `tests/luatest.lua` for this change?
Sorry @Nickersoft didn't see you were working on this. I have an implementation for this under review in #7644.
@dbaileychess can we close this?
Hm I was able to reproduce this when using the `--gen-onefile` flag. Are you using that by any chance?