From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id WDH1HBKas1/wYQAA0tVLHw (envelope-from ) for ; Tue, 17 Nov 2020 09:38:26 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id iFvbGBKas1+pegAAB5/wlQ (envelope-from ) for ; Tue, 17 Nov 2020 09:38:26 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 3D8C09403CA for ; Tue, 17 Nov 2020 09:38:26 +0000 (UTC) Received: from localhost ([::1]:42366 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kexRR-0000Ox-48 for larch@yhetil.org; Tue, 17 Nov 2020 04:38:25 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:49702) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kexRF-0000Oq-IE for guix-devel@gnu.org; Tue, 17 Nov 2020 04:38:13 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:51369) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kexRE-0004ko-8W; Tue, 17 Nov 2020 04:38:12 -0500 Received: from [2a01:e0a:19b:d9a0:3c22:ece4:885a:5d7a] (port=43132 helo=cervin) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kexRD-00021A-6j; Tue, 17 Nov 2020 04:38:11 -0500 From: Mathieu Othacehe To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: GNU Guix 1.2.0rc1 available for testing! References: <87d00hchij.fsf@gnu.org> <20201115191618.zuvkz65o3kcahfoz@pelzflorian.localdomain> <874klqb82u.fsf@gnu.org> <20201115231643.7mslq2sjzliv4nfd@pelzflorian.localdomain> <87v9e5ll7a.fsf@gnu.org> <871rgstjnz.fsf@gnu.org> Date: Tue, 17 Nov 2020 10:38:08 +0100 In-Reply-To: <871rgstjnz.fsf@gnu.org> ("Ludovic =?utf-8?Q?Court=C3=A8s=22'?= =?utf-8?Q?s?= message of "Tue, 17 Nov 2020 10:30:24 +0100") Message-ID: <87k0ukb9xb.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: guix-devel@gnu.org Errors-To: guix-devel-bounces+larch=yhetil.org@gnu.org Sender: "Guix-devel" X-Scanner: ns3122888.ip-94-23-21.eu Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of guix-devel-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-devel-bounces@gnu.org X-Spam-Score: -1.51 X-TUID: OnKWYDs+1Mj5 Hey Ludo, > Should we go ahead and apply this one? Not polling would be nicer, but > maybe there=E2=80=99s 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 =E2=80=9C/dev/loo=E2=80=9D, =E2=80=9Cqux/dev= /looppppppppabc=E2=80=9D, etc. Oh you're right, I'll fix it. Thanks, Mathieu