Fix 1853#1854
Merged
Merged
Conversation
…bfbs (cross-build fix) Part of crossbario#1853. Replicates the zlmdb 26.6.1 modernization (zlmdb crossbario#107/crossbario#108). Submodules (bumped to match zlmdb exactly): - .ai -> 4669dc8 (wamp-ai) - .cicd -> 8f520a9 (wamp-cicd) - deps/flatbuffers -> v25.12.19 FlatBuffers: - Refresh the vendored Python runtime and version files to v25.12.19 verbatim. - Regenerate reflection.bfbs and wamp.bfbs with a version-matched flatc built from deps/flatbuffers; commit them to the source tree and un-ignore them. - Stop generating the binary schemas at package-build time: drop the _generate_reflection_bfbs/_generate_wamp_bfbs steps from hatch_build.py so a build never needs to *run* flatc. This fixes cross-compilation from the PyPI sdist (Buildroot/Yocto/aarch64): a flatc built for the target cannot execute on the build host to emit schemas. flatc is still built and bundled as a developer convenience. - Add `just generate-reflection` to regenerate the committed schemas offline. - Fix scripts/update_flatbuffers.sh git-version capture for submodule checkouts (".git" is a file, not a directory). Version-sync: - Add `just check-flatbuffers-sync` and a unit test exercising check_zlmdb_flatbuffers_version_in_sync(). Verified in sync with zlmdb 26.6.1 (both vendor FlatBuffers v25.12.19). Note: This work was completed with AI assistance (Claude Code).
Part of crossbario#1853 (coordinated WAMP release train: zlmdb -> autobahn-python -> cfxdb -> crossbar). Carries the FlatBuffers v25.12.19 sync with zlmdb 26.6.1. Note: This work was completed with AI assistance (Claude Code).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
fixes #1853
Related Issue(s)
Closes or relates to #1853
Checklist
the style guidelines of this project
is effective or that my feature works
updated the changelog
in this PR