guix/gnu/build
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
..
accounts.scm
activation.scm activation: Do not dereference symlinks during home directory creation. 2021-04-03 22:08:34 +02:00
bootloader.scm
chromium-extension.scm
cross-toolchain.scm
file-systems.scm file-systems: read-partition-{uuid,label} don't swallow ENOENT & co. 2021-04-23 00:32:30 +02:00
hurd-boot.scm
image.scm image: Fix spelling of "evaluate" 2021-04-21 08:30:32 -07:00
install.scm
linux-boot.scm
linux-container.scm
linux-initrd.scm
linux-modules.scm
locale.scm
marionette.scm
secret-service.scm
shepherd.scm
svg.scm
vm.scm