[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#38628: [PATCH] gexp: Allow character literals in GEXP->SEXP.
From: |
Ludovic Courtès |
Subject: |
bug#38628: [PATCH] gexp: Allow character literals in GEXP->SEXP. |
Date: |
Mon, 16 Dec 2019 22:51:21 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) |
Hi!
Marius Bakke <address@hidden> skribis:
> Fixes <https://bugs.gnu.org/38628>
>
> * guix/gexp.scm (gexp->sexp)[self-quoting?]: Add CHAR? to the tested types.
Oops, good catch, LGTM!
Could you also fix the occurrences of the ‘one-of’ macro in (gnu tests)
and (guix repl)?
(I know, this shouldn’t be duplicated in the first place but (guix repl)
has to be self-contained…)
Thanks,
Ludo’.