guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#54180] [PATCH 02/12] home: symlink-manager: Move helper procedures


From: Maxime Devos
Subject: [bug#54180] [PATCH 02/12] home: symlink-manager: Move helper procedures as top-level defines.
Date: Sun, 27 Feb 2022 16:58:09 +0100
User-agent: Evolution 3.38.3-1

Ludovic Courtès schreef op zo 27-02-2022 om 14:53 [+0100]:
> (file-exists? (get-target-path path))
> [... other uses of file-exists? ...]

'file-exists?' does not simply check whether the file exists.
E.g., when there is some permission error, then it returns #false.

I think that in case of an permission error, it would best be reported
to the user, so I think a variant of 'file-exists?' may be needed.

Greetings,
Maxime.

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]