Derek Bailey

Results 267 comments of Derek Bailey

Yeah, our out-of-source build setup is not good at the moment. I would welcome any PRs to fix this.

@AustinSchuh Could you take a look?

Looks OK to me, can we add a test to show that it is working?

Sorry for the delay. Can we get a test for it?

Are you trying to say that the `obj` name in the following generated code should be named `slice`? ``` def Ids(self, obj): obj.Init(self._tab.Bytes, self._tab.Pos + 8) return obj ```

Is there a reason you don't want those? Compilers will strip out any unused functionality, so it isn't going to cause any bloat for your binaries to leave it.

We have to balance code complexity with flatc complexity of managing multiple flags and their consequences. I don't see much gain for adding a flag. Disk space is cheap for...

Its building at head, are you using a old build?

I just tested this on my Windows machine at head ``` C:\Users\Derek\Desktop\flatbuffers> .\flatc.exe --cpp -o "C:\Users\Derek\Desktop\test" .\samples\monster.fbs ``` And it generated in the correct location: ``` PS C:\Users\Derek\Desktop\flatbuffers> ls ..\test...