nix-prefetch-url regresses with commit 121edecf
(no decompression) #300
Labels
No labels
Area/build-packaging
Area/cli
Area/evaluator
Area/fetching
Area/flakes
Area/language
Area/profiles
Area/protocol
Area/releng
Area/remote-builds
Area/repl
Area/store
bug
crash 💥
Cross Compilation
devx
docs
Downstream Dependents
E/easy
E/hard
E/help wanted
E/reproducible
E/requires rearchitecture
imported
Needs Langver
OS/Linux
OS/macOS
performance
regression
release-blocker
RFD
stability
Status
blocked
Status
invalid
Status
postponed
Status
wontfix
testing
testing/flakey
ux
No milestone
No project
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: lix-project/lix#300
Loading…
Reference in a new issue
No description provided.
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?
Describe the bug
Starting from commit
121edecf65
nix-prefetch-url
does not decompress files that have agzip
Content-Encoding before placing them in the store.This was reported earlier today by @k900 on #dev:lix.systems and I was able to confirm it and bisect it.
Steps To Reproduce
nix-prefetch-url https://github.com/NixOS/nixpkgs/pull/310287.diff
file
on the stored path.Expected behavior
unified diff output, ASCII text
and notgzip compressed data
nix --version
output(irrelevant, confirmed regressing in
121edecf65
)Additional context
n/a
https://gerrit.lix.systems/c/lix/+/1098
Fixed in
38d825b21e
. I have a pending changeset (https://gerrit.lix.systems/c/lix/+/1099/1) adding a unit test which would have caught this.