guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#53046] [PATCH v2] gnu: Patch reference to basestring.


From: Tanguy LE CARROUR
Subject: [bug#53046] [PATCH v2] gnu: Patch reference to basestring.
Date: Mon, 17 Jan 2022 15:22:48 +0100
User-agent: alot/0.10

Hi Maxime,


Quoting Maxime Devos (2022-01-17 15:14:00)
> Tanguy Le Carrour schreef op ma 17-01-2022 om 14:34 [+0100]:
> > +                    (replace 'check
> > +                      (lambda _
> > +                        (invoke "nosetests" "-v"))))))
> 
> This needs to be
> 
> (lambda* (#:key tests? #:allow-other-keys)
>   (when tests?
>     (invoke ...)))
> 
> to make "--without-tests" work.

Oh, OK, good to know! Thanks!

I'm fixing it and sending a v3.


-- 
Tanguy





reply via email to

[Prev in Thread] Current Thread [Next in Thread]