Michael Le

Results 11 comments of Michael Le

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...

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....

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.

Hm I was able to reproduce this when using the `--gen-onefile` flag. Are you using that by any chance?