build: ADR 0007 pin wave — base v0.5.0 + driver + messaging + navigation - #34
Merged
Conversation
The single batched repin completing the module-placement arc, all pins at merged tips: - base -> v0.5.0 (3f389a0): concurrency/ (MessageSlot, MessageBuffer <T,N>, SpscQueue, EventCount, Storage over one seqlock-ring core) + testing/; Eigen-free core + xmBaseGeometry; container/, event/, math/ removed; valgrind/aarch64/TSan/eigen-free CI - driver -> 8b95030: RingBuffer repatriated into async_port (#33); hal links xmBaseGeometry, bundled pin v0.5.0 (#34) - messaging -> 93a6118: detail/ swapped to xmbase/concurrency, shm layout v3, floor 0.5.0 (#7; net -1284 lines) - navigation -> 38baa26c: SkewSymmetric repatriated to estimation (#76); geometry-tier targets link xmBaseGeometry, bundled pin v0.5.0 (#77) Verified: full five-component assembly (MESSAGING=ON) configures and builds clean against in-tree xmBase 0.5.0 at exactly these SHAs.
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.
Summary
The single batched repin that completes ADR 0007's execution. All pins at merged tips:
concurrency/(MessageSlot/MessageBuffer<T,N>/SpscQueue/EventCount/Storageover one seqlock-ring core) +testing/; Eigen-free core +xmBaseGeometry;container/+event/+math/removed; EventHub replacement designed (docs/event_hub.md); valgrind/aarch64/TSan/eigen-free CIasync_port(#33); hal →xmBaseGeometry, bundled pin v0.5.0 (#34) — 144/144detail/→xmbase/concurrency, shm layout v3, floor 0.5.0 (#7) — 63/63 ×3 sanitizers + aarch64, net −1284 linesSkewSymmetric→ estimation (#76); geometry-tier targets →xmBaseGeometry, bundled pin v0.5.0 (#77) — 114/114Verification
TELEMETRY+DRIVER+NAVIGATION+MESSAGING=ON) configures and builds clean against in-tree xmBase 0.5.0 at exactly these SHAsAfter this merges: one implementation of every concurrency primitive, living in the foundation with its full verification (TSan/ASan+LSan/valgrind/aarch64), every component linking exactly what its charter prescribes — the ADR 0007 end state.