guix-devel
[Top][All Lists]
Advanced

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

Re: GNU Guix 1.2.0rc1 available for testing!


From: Mathieu Othacehe
Subject: Re: GNU Guix 1.2.0rc1 available for testing!
Date: Tue, 17 Nov 2020 10:38:08 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)

Hey Ludo,

> Should we go ahead and apply this one?  Not polling would be nicer, but
> maybe there’s no real way to do that?

I proposed a variant of this patch a few minutes ago. I added some time
logging and I would like to see what's the result on Florian machine to
see if the new delay is large enough.

> BTW:
>
>   (string-match "/dev/loop*" file-name)
>
> should almost certainly be:
>
>   (string-prefix? "/dev/loop" file-name)
>
> The regexp above would match “/dev/loo”, “qux/dev/looppppppppabc”, etc.

Oh you're right, I'll fix it.

Thanks,

Mathieu



reply via email to

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