From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#38628: [PATCH] gexp: Allow character literals in GEXP->SEXP. Date: Mon, 16 Dec 2019 22:51:21 +0100 Message-ID: <878sncdjmu.fsf@gnu.org> References: <87y2vdcp2b.fsf@devup.no> <20191215203513.27831-1-mbakke@fastmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:56295) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1igyHa-0001MK-TL for bug-guix@gnu.org; Mon, 16 Dec 2019 16:52:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1igyHZ-0007jt-S9 for bug-guix@gnu.org; Mon, 16 Dec 2019 16:52:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:34450) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1igyHZ-0007jA-P5 for bug-guix@gnu.org; Mon, 16 Dec 2019 16:52:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1igyHZ-00051Y-NI for bug-guix@gnu.org; Mon, 16 Dec 2019 16:52:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20191215203513.27831-1-mbakke@fastmail.com> (Marius Bakke's message of "Sun, 15 Dec 2019 21:35:13 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Marius Bakke Cc: 38628@debbugs.gnu.org Hi! Marius Bakke skribis: > Fixes > > * guix/gexp.scm (gexp->sexp)[self-quoting?]: Add CHAR? to the tested type= s. Oops, good catch, LGTM! Could you also fix the occurrences of the =E2=80=98one-of=E2=80=99 macro in= (gnu tests) and (guix repl)? (I know, this shouldn=E2=80=99t be duplicated in the first place but (guix = repl) has to be self-contained=E2=80=A6) Thanks, Ludo=E2=80=99.