chore(sdl): pin ax25sdl to a reproducible latest commit (stop floating main) - #67
Merged
Conversation
…g main) pico-node's Rust sdl/ module already consumes the latest SDL source (ax25sdl main, 6 commits ahead of the v0.10.0 tag) and builds 724-green — but CI floated on main unpinned (silent-drift risk). Pin both CI jobs + the parity-manifest [sdl] block to 14ad468a (reproducible latest). Corrects an earlier "0.8.0 Rust vs 0.10.0 C# skew" mischaracterisation: those are different version schemes (Rust crate vs git-tag/NuGet), not a lag. The v0.10.0 tag ships Rust crate 0.7.0 (pre-no_std) and can't satisfy the dep; the no_std backend landed on main afterwards (ADR-0003). The main-vs-tag delta is tooling/codegen/distribution, not SDL semantics — so pico-node is behaviourally SDL-aligned with C#'s 0.10.0. Co-Authored-By: Claude Code <noreply@anthropic.com>
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.
pico-node already builds 724-green on ax25sdl
main(the latest SDL source — 6 commits ahead of the v0.10.0 tag), but CI floated on main unpinned. Pins both CI jobs +parity-manifest.toml [sdl]to14ad468a.Corrects an earlier mischaracterised "skew": the Rust-crate version (0.8.0) and the git-tag/C#-NuGet version (v0.10.0) are different schemes, not a lag. The v0.10.0 tag carries Rust crate 0.7.0 (pre-no_std, can't satisfy the dep); the no_std backend landed on main afterwards (ADR-0003). The delta is tooling/codegen/distribution, not SDL semantics — pico-node is behaviourally aligned with C#'s 0.10.0. Drift-guard 0 gaps; ci.yml valid.
🤖 Generated with Claude Code