digraph "Guix package" { "70481600" [label = "coreutils-8.24", shape = box, fontname = Helvetica]; "70481600" -> "50717824" [color = red]; "70481600" -> "57499200" [color = red]; "70481600" -> "57496320" [color = red]; "70481600" -> "69877504" [color = red]; "50717824" [label = "perl-5.16.1", shape = box, fontname = Helvetica]; "57499200" [label = "acl-2.2.52", shape = box, fontname = Helvetica]; "57499200" -> "70563904" [color = red]; "57499200" -> "50717824" [color = red]; "57499200" -> "70563520" [color = red]; "70563904" [label = "gettext-0.19.6", shape = box, fontname = Helvetica]; "70563904" -> "69316352" [color = red]; "69316352" [label = "expat-2.1.0", shape = box, fontname = Helvetica]; "70563520" [label = "attr-2.4.46", shape = box, fontname = Helvetica]; "70563520" -> "70563904" [color = red]; "70563520" -> "50717824" [color = red]; "57496320" [label = "gmp-6.0.0a", shape = box, fontname = Helvetica]; "57496320" -> "57498432" [color = red]; "57498432" [label = "m4-1.4.17", shape = box, fontname = Helvetica]; "69877504" [label = "libcap-2.24", shape = box, fontname = Helvetica]; "69877504" -> "50717824" [color = red]; "69877504" -> "70563520" [color = red]; } c'>logtreecommitdiff
path: root/nix/libutil/hash.cc
AgeCommit message (Expand)Author
2023-01-09daemon: Improve error message for wrong hash sizes....* nix/libutil/hash.cc (parseHash): Show the hash algorithm name and expected size in the error message. * tests/derivations.scm ("fixed-output derivation, invalid hash size"): New test. Ludovic Courtès
2022-12-18daemon: Make "opening file" error messages distinguishable....* nix/libstore/build.cc (DerivationGoal::openLogFile): Customize "opening file" error message. * nix/libutil/hash.cc (hashFile): Likewise. * nix/libutil/util.cc (readFile, writeFile): Likewise. Ludovic Courtès