Skip to content

chore(sdl): pin ax25sdl to a reproducible latest commit (stop floating main) - #67

Merged
M0LTE merged 1 commit into
mainfrom
chore/pin-ax25sdl-latest
Jul 12, 2026
Merged

chore(sdl): pin ax25sdl to a reproducible latest commit (stop floating main)#67
M0LTE merged 1 commit into
mainfrom
chore/pin-ax25sdl-latest

Conversation

@M0LTE

@M0LTE M0LTE commented Jul 12, 2026

Copy link
Copy Markdown
Collaborator

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] to 14ad468a.

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

…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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant