Casper

Results 14 issues of Casper

@vglavnyy implemented our current fuzzers [^1] which take in a binary blob that's generated with libfuzzer's default mutator. While this will eventually generate all flatbuffers, the space of binaries is...

enhancement

Users have to know what's at the root of their flatbuffer. Sometimes there's a size prefix and I've suggested the root can be a 64bit vector in https://github.com/google/flatbuffers/issues/7537#issuecomment-1252714710. There's also...

There are a few .sh and .bat files in `tests/` (and probably elsewhere). We've shown that `generate_code.py` works and we should do the same elsewhere to reduce redundancy.

testing
internal

Fixes #7617 - the problem is that if you have a union in a table with the field name "type", the Rust code-gen escaped "type" to "type_" before appending "_type"`...

c#
c++
rust
codegen
dart