Casper
Casper
@krojew for ts support I tried to reproduce it myself and it seems to me that the problem is a name collision. The generated files include`${your_schema}.ts` and `${your_type[i]}.ts` for each...
What do you mean by "the converted structure is lost"?
No but we do support type script and we welcome contributions if that doesn't work for you
There can be a verifier for any language imo. The idea is that once verified, we know we can read all the fields without issue. It's probably a good idea...
Interesting bug / edge case in the last commit: reflection.fbs generated `Object_T` instead of `ObjectT` because `Object` is a keyword and we escaped keywords before adding object prefix and suffix....
I'd like to make this issue a release tracker for 3.0.0 specifically, since there are some breaking changes planned for Rust APIs (#7103). It did take a few months to...
@mustiikhalil found in #7269 that its possible for a type that doesn't have a `(private)` annotation to contain a type that does have such an annotation, effectively leaking the inner...
Flatbuffers is largely immutable by design. We use relative pointers almost everywhere, which may be invalidated by any edits that resize items in the buffer. So a reflection only approach...
Sorry for the delayed review, I was on vacation. Broadly LGTM but, 1. Can you add a test to `tests/rust_usage_test/tests/integration_test.rs` or somewhere? 2. (optional) Imo, we should be using `[u8;...
> Does rust need a version increase and release? The change in how files are laid out is in flatc so the next flatc release should have been 3.0, not...