Bump sendspin-cpp to v0.7.0 - #147
Merged
Merged
Conversation
Upstream reworked the player role and connection manager onto the new Inbox primitive, gated loop() drains on lock-free work hints, and removed the hello-message initial delay. Patch 0003 applies cleanly; host build and full test suite verified. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
bbangert
force-pushed
the
chore/sendspin-cpp-bump-254603c
branch
from
August 5, 2026 18:16
c661d7f to
d7c4407
Compare
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.
Bumps
SENDSPIN_CPP_REFfrom0c2b458(post-v0.6.1, PR #81) to254603c(v0.7.0 tag, current upstream HEAD).Why
12 upstream commits since our pin, several squarely in code we ship:
player_role.cpp/connection_manager.cpp/server_connection.cpp.loop()drains bit-gated on lock-free work hints (upstream Rebroadcast Bluetooth status once the adapter claim settles #89).Skipped-as-irrelevant: artwork/visualizer role work (compiled out via
SENDSPIN_ENABLE_*=OFF), docs fixes.Verification
0003-listener-bound-hookdry-applies cleanly on v0.7.0 (src/host/ws_server.cppuntouched upstream); CMake marker assertions pass at configure.sendspin_playerlinks.mise run test: 930 passed, 0 failures.Before release
Firmware needs a rebuild (
mise run firmware -- <target>) and rpi3 HW validation — the sync-path changes (Inbox migration, hello-delay removal) warrant a real MA listening check.🤖 Generated with Claude Code