[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#33448] [PATCH 1/3] describe: Use a procedure to format output.
From: |
Oleg Pykhalov |
Subject: |
[bug#33448] [PATCH 1/3] describe: Use a procedure to format output. |
Date: |
Thu, 22 Nov 2018 15:54:12 +0300 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) |
Hi,
address@hidden (Ludovic Courtès) writes:
> Oleg Pykhalov <address@hidden> skribis:
>
>> * guix/channels.scm (channel->sexp): New procedure.
>> * guix/scripts/describe.scm (display-checkout-info, display-profile-info):
>> Use
>> this.
[…]
>> + (pretty-print (map channel->sexp (channels)))))
>
> I think it should be:
>
> (pretty-print `(list ,@(map channel->sexp channels)))
Ouch, ‘list’ in in 'display-checkout-info' should be too. Apologies.
Oleg.
signature.asc
Description: PGP signature
- [bug#33448] [PATCH] describe: Fix 'format' option., (continued)
[bug#33448] [PATCH 3/3] describe: Add recutils format., Oleg Pykhalov, 2018/11/21
[bug#33448] [PATCH 1/3] describe: Use a procedure to format output., Ludovic Courtès, 2018/11/21
- [bug#33448] [PATCH 1/3] describe: Use a procedure to format output.,
Oleg Pykhalov <=