From debbugs-submit-bounces@debbugs.gnu.org Sun Mar 22 07:44:55 2020 Received: (at 40130-done) by debbugs.gnu.org; 22 Mar 2020 11:44:55 +0000 Received: from localhost ([127.0.0.1]:48656 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jFz2F-0001Pd-C3 for submit@debbugs.gnu.org; Sun, 22 Mar 2020 07:44:55 -0400 Received: from eggs.gnu.org ([209.51.188.92]:55790) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jFz2D-0001PP-CC for 40130-done@debbugs.gnu.org; Sun, 22 Mar 2020 07:44:53 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:59901) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1jFz28-0002Vd-72 for 40130-done@debbugs.gnu.org; Sun, 22 Mar 2020 07:44:48 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=46732 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jFz27-0007gq-KM for 40130-done@debbugs.gnu.org; Sun, 22 Mar 2020 07:44:48 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: 40130-done@debbugs.gnu.org Subject: Re: [bug#40130] [PATCH 0/8] Add 'with-build-handler' and use it to improve UI feedback References: <20200319105642.4830-1-ludo@gnu.org> Date: Sun, 22 Mar 2020 12:44:43 +0100 In-Reply-To: <20200319105642.4830-1-ludo@gnu.org> ("Ludovic \=\?utf-8\?Q\?Cour\?\= \=\?utf-8\?Q\?t\=C3\=A8s\=22's\?\= message of "Thu, 19 Mar 2020 11:56:42 +0100") Message-ID: <87fte0vck4.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 40130-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Ludovic Court=C3=A8s skribis: > This patch series is to always display upfront what=E2=80=99s going to > happen, even in the presence of =E2=80=9Cdynamic dependencies=E2=80=9D (g= rafts), > as was reported at: > > https://issues.guix.gnu.org/issue/28310 > > With this patch, any time =E2=80=98build-things=E2=80=99 is called, we ha= ve an > opportunity to display what=E2=80=99s going to happen and to choose > whether or not to actually build things (dry runs). Pushed with a0f480d623f71b7f0d93de192b86038317dc625b along with related changes. Ludo=E2=80=99.