guix/gnu
Ludovic Courtès 09ce4568f2
file-systems: read-partition-{uuid,label} don't swallow ENOENT & co.
Previously, (read-partition-uuid "/does/not/exist") would return #f.
With this change, a 'system-error exception is raised as expected.

* gnu/build/file-systems.scm (ENOENT-safe): Clarify docstring.
(partition-field-reader): Remove use of 'ENOENT-safe'.
(partition-predicate): Wrap READER in 'ENOENT-safe'.
2021-04-23 00:32:30 +02:00
..
bootloader
build file-systems: read-partition-{uuid,label} don't swallow ENOENT & co. 2021-04-23 00:32:30 +02:00
installer
machine
packages gnu: wine64-staging: copy wine32-staging libraries. 2021-04-22 23:40:21 +02:00
services services: wireguard: Add keep-alive support. 2021-04-20 14:32:53 +02:00
system
tests
artwork.scm
bootloader.scm
ci.scm
image.scm
installer.scm
local.mk
machine.scm
packages.scm
services.scm
system.scm
tests.scm