bug-guix
[Top][All Lists]
Advanced

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

bug#56799: (gnu services configuration) usage of *unspecified* is proble


From: Maxime Devos
Subject: bug#56799: (gnu services configuration) usage of *unspecified* is problematic
Date: Mon, 1 Aug 2022 12:00:34 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0


On 01-08-2022 07:08, Maxim Cournoyer wrote:
        (quote
         ("/gnu/store/14flr53fr0hs7mzfwn93kmyzrnb3fhjz-dummy-jami-account.gz"))
        (quote
         (*unspecified*))
        (quote
         (*unspecified*))

These lines look suspicious to me -- should they have done (list *unspecified*) instead of '(*unspecified*)?

The former uses the actual unspecified object, the latter uses the symbol '*unspecified*' that merely happens to be the name of a variable the unspecified object is bound to.

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]