Fix for --keep-prefix
that was generating the wrong include statements for C++ (#7469). The bug was introduced in 2.0.7.
Added the Verifier::Options
option struct to allow specifying runtime configuration settings for the verifier (#7489). This allows to skip verifying nested flatbuffers, a on-by-default change that was introduced in 2.0.7. This deprecates the existing Verifier
constructor, which may be removed in a future version.
Refactor of tests/test.cpp
that lead to ~10% speedup in compilation of the entire project (#7487).
This is the first version with an explicit change log.
Verifier now checks that buffers are at least the minimum size required to be a flatbuffers (12 bytes). This includes nested flatbuffers, which previously could be declared valid at size 0.
Annotated binaries. Given a flatbuffer binary and a schema (or binary schema) one can generate an annotated flatbuffer (.afb) to describe each byte in the binary with schema metadata and value.
First binary schema generator (Lua) to generate Lua code via a .bfbs file. This is mostly an implementation detail of flatc internals, but will be slowly applied to the other language generators.
Updates may require up to 24 hours to propagate to mirrors. If the following command doesn't work, please retry later:
sudo dnf upgrade --refresh --advisory=FEDORA-2022-c209c612ca
Please login to add feedback.
This update has been submitted for testing by music.
This update's test gating status has been changed to 'ignored'.
music edited this update.
This update has been pushed to testing.
An upstream bug was reported in 2.0.7. This update should not go stable until it is updated to 2.0.8, which was just released.
music edited this update.
music edited this update.
music edited this update.
New build(s):
Removed build(s):
Karma has been reset.
This update has been submitted for testing by music.
This update has been pushed to testing.
This update has been submitted for stable by bodhi.
This update has been pushed to stable.