guix-patches
[Top][All Lists]
Advanced

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

[bug#56616] [PATCH] deploy: Honor '--dry-run'.


From: Maxime Devos
Subject: [bug#56616] [PATCH] deploy: Honor '--dry-run'.
Date: Thu, 21 Jul 2022 20:03:29 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0


On 17-07-2022 16:50, Ludovic Courtès wrote:
+        (format (current-error-port)
+                (N_ "The following ~d machine will be deployed:~%"


Wouldn't 'The following machine will be deployed' be better? Unfortunately, (ice-9 format) emits a warning in that case, but you can work-around that with argument jumping:

(format #t "~*The following machine will be deployed:~%")

Greetings,
Maxime.

Attachment: OpenPGP_0x49E3EE22191725EE.asc
Description: OpenPGP public key

Attachment: OpenPGP_signature
Description: OpenPGP digital signature


reply via email to

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