Dan Lapid
Dan Lapid
So I’m almost finished with object api After that I’ll transfer everything to bfbs during which I will clean up the whole code, remove comments and weird code bits. I...
@CasperN So, I've come up a little short, it seems there's no support for circular dependencies in the language Examples like: ``` union Any { M1: Monster, M2: Monster, M3:...
Alternatively I could implement "namespaces" in one file with backticks thus the on file will look like: ``` type `Namespace1.Any`* {.pure.} = enum NONE = 0.uint8, M1 = 1.uint8, M2...
Seems to me like you would want ``` While (1) { Sleep(ikcp_check()); // which returns milliseconds to next update Ikcp_update(); // handle input and output } But honestly I just...
This is indeed very confusing behavior Attached is a test case and a possible solution in case a decision is made for it to be changed: ``` rust #[cargo_test] fn...
I haven’t had time to work on it lately As is it works great either without object api or with object api but no recursive references. Obviously I would love...
Seems to me like core2 and thiserror can be removed entirely. They are only used in verifier.rs to derive Error for one of the error types even though the other...
> Friendly ping on this issue, it's currently still not possible to use flatbuffers as no_std in practice. #7553 was merged, you can try again, no_std should work now.
@irvinebroque hopefully a little better now, for convenience I added a screenshot to the PR description and I'll keep it updated with the CR.
> It looks like there's currently no flag to disable this, once it becomes default? We should always define a disable flag. (Admittedly it's hard to imagine why someone would...