mirror of
https://github.com/fosrl/newt.git
synced 2026-05-06 16:09:02 -05:00
[GH-ISSUE #194] Missing testdata/expected_contains.golden file in 1.6.0 relase assets (tar.gz and zip) #1128
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lafoush on GitHub (Dec 9, 2025).
Original GitHub issue: https://github.com/fosrl/newt/issues/194
Originally assigned to: @marcschaeferger on GitHub.
Describe the Bug
The release assets for 1.6.0:
https://github.com/fosrl/newt/archive/refs/tags/1.6.0.zip and https://github.com/fosrl/newt/archive/refs/tags/1.6.0.tar.gz are lacking the internal/telemetry/testdata/expected_contains.golden file. As a result, tests are failing and some systems like nix can't create a package from the source:
Environment
To Reproduce
Expected Behavior
Go tests succeed
@lafoush commented on GitHub (Dec 9, 2025):
Context: I'm trying to bump newt in nix packages: https://github.com/NixOS/nixpkgs/blob/nixos-25.11/pkgs/by-name/fo/fosrl-newt/package.nix
@marcschaeferger commented on GitHub (Dec 9, 2025):
@lafoush Thanks for reporting this! 🙌
This has already been fixed in the 1.7.0-rc.0
release candidate.
We’ll backport the fix to the 1.6.0 codebase and then cut a 1.6.1 non-RC patch release.
For reference, here is the commit from Oct 28 that contains the fix:
7d60240572It landed shortly after the 1.6.0 release and we(I) simply forgot to ship a patch release for the 1.6 line, sorry about that!