Skip to content

Record that v3.14.1 does reproduce from its tag - #94

Merged
amrali-eg merged 1 commit into
masterfrom
docs/v3141-reproduction
Sep 8, 2026
Merged

Record that v3.14.1 does reproduce from its tag#94
amrali-eg merged 1 commit into
masterfrom
docs/v3141-reproduction

Conversation

@amrali-eg

Copy link
Copy Markdown
Owner

The v3.14.1 record says the published executable could not be rebuilt from its tag. It can.

.NET 10.0.12 was installed on the checking machine shortly after the release, and a clean detached checkout of the tag republished to exactly the shipped bytes:

published and driven   698e558f...1280f
rebuilt at 10.0.12     698e558f...1280f

So the link established at v3.13.0 is unbroken: every release since has been rebuilt from its tag.

The original record is left as written, per this file's rule against rewriting what a release shipped as. The appendix states plainly what happened: the check ran against a machine one runtime patch behind, and the right response was to install the patch and retry — not to write the gap into the permanent record and ship without evidence that was five minutes away.

The pinning observation stands. Both workflows resolve dotnet-version: "10.0.x", so this evidence still depends on the checking machine holding the same patch, and nothing reports the moment it does not. This time that produced a false negative; the same looseness could hide a real one.

🤖 Generated with Claude Code

The v3.14.1 record says the published executable could not be rebuilt from its
tag. It can. .NET 10.0.12 was installed on the checking machine shortly after the
release, and a clean detached checkout republished to exactly the shipped bytes,
698e558f...1280f.

The record above it is left as written. It was true when the release was made,
and this file does not rewrite what it shipped as.

What happened is smaller than that record implies. The reproduction ran against a
machine one runtime patch behind the runner, and the right response was to
install the patch and try again. Instead the gap was written up as a permanent
limitation and the release shipped without evidence that was five minutes away.
The appendix says that plainly, because a record that reports a false negative as
a finding is worse than one that reports nothing.

The pinning observation stands and is the part worth keeping: both workflows
resolve dotnet-version "10.0.x", so this evidence depends on the checking machine
holding the same patch and nothing reports the moment it does not. This time that
produced a false negative. The same looseness could hide a real one.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@amrali-eg
amrali-eg merged commit a3cdce2 into master Sep 8, 2026
3 checks passed
@amrali-eg
amrali-eg deleted the docs/v3141-reproduction branch September 8, 2026 22:40
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