[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#71111] [PATCH 0/1] services: home: Use pairs instead of lists.
From: |
Andrew Tropin |
Subject: |
[bug#71111] [PATCH 0/1] services: home: Use pairs instead of lists. |
Date: |
Thu, 23 May 2024 09:43:47 +0400 |
On 2024-05-23 11:38, Zheng Junjie wrote:
> Andrew Tropin via Guix-patches via <guix-patches@gnu.org> writes:
>
>> After rewriting from car/cdr to match-lambda in v2 of this patch:
>> https://yhetil.org/guix-patches/3394b0b51f6a5a608ebcfb7a63fdc34e52fe928e.1711046203.git.richard@freakingpenguin.com/
>>
>> the format changed from pairs to lists, I didn't noticed this nuance
>> during review because the documentation still says that service should
>> be configured and extended with pairs. Also, pairs are more
>> apropriate data type here. And this match-lambda rewrite will break
>> downstream RDE user's setups after migrating to upstreamed version of
>> service.
>>
>> That's why I propose to go back to pairs.
>
> Maybe we can support pairs and list of length two at same time?
Thank you for the idea, however I think ambiguity is a bad practice,
from my early experience with guix it's more confusing rather than
helpful. I still don't know why profile-service-type accepts list of
lists rather than alist (list of pairs).
>
>>
>> Andrew Tropin (1):
>> services: home: Use pairs instead of lists.
>>
>> doc/guix.texi | 4 ++--
>> gnu/services/guix.scm | 2 +-
>> gnu/tests/guix.scm | 2 +-
>> 3 files changed, 4 insertions(+), 4 deletions(-)
>>
>>
>> base-commit: b06a460bf5236a9d52f936f2023451051b3e622a
--
Best regards,
Andrew Tropin
signature.asc
Description: PGP signature
- [bug#71111] [PATCH 0/1] services: home: Use pairs instead of lists., Andrew Tropin, 2024/05/22
- [bug#71112] [PATCH 1/1] services: home: Use pairs instead of lists., Andrew Tropin, 2024/05/22
- [bug#71111] [PATCH 1/1] services: home: Use pairs instead of lists., Andrew Tropin, 2024/05/22
- [bug#71111] [PATCH 0/1] services: home: Use pairs instead of lists., Richard Sent, 2024/05/22
- [bug#71111] [PATCH 0/1] services: home: Use pairs instead of lists., Zheng Junjie, 2024/05/22
- [bug#71111] [PATCH 0/1] services: home: Use pairs instead of lists.,
Andrew Tropin <=
- [bug#71111] [PATCH v2 0/1] services: home: Use pairs instead of lists., Andrew Tropin, 2024/05/23
- [bug#71111] [PATCH v2 1/1] services: home: Use pairs instead of lists., Andrew Tropin, 2024/05/23