GNU bug report logs - #76770
[PATCH] gnu: lua: compile with readline support

Previous Next

Package: guix-patches;

Reported by: kimapr <kimapr <at> mail.ru>

Date: Thu, 6 Mar 2025 04:48:02 UTC

Severity: normal

Tags: patch

Done: Vagrant Cascadian <vagrant <at> debian.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Andreas Enge <andreas <at> enge.fr>
To: Vagrant Cascadian <vagrant <at> debian.org>
Cc: 76770 <at> debbugs.gnu.org, kimapr <kimapr <at> mail.ru>
Subject: [bug#76770] [PATCH] gnu: lua: compile with readline support
Date: Thu, 3 Apr 2025 17:13:35 +0200
Hello,

Am Tue, Mar 11, 2025 at 05:11:04PM -0700 schrieb Vagrant Cascadian:
> > +               (append (list-head flags
> > +                                  (- (length flags) 1))
> > +                       '("linux-readline")))))

Maybe you could replace
(list-head flags (- (length flags) 1))
by
(delete "linux" flags)
(or delq or delv, I do not memorise the different ways of comparing
in Guile)?

Andreas





This bug report was last modified 51 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.