From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:42723) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jFz2R-00063K-OW for guix-patches@gnu.org; Sun, 22 Mar 2020 07:45:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jFz2Q-0002b4-CS for guix-patches@gnu.org; Sun, 22 Mar 2020 07:45:07 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:42684) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jFz2M-0002a3-OI for guix-patches@gnu.org; Sun, 22 Mar 2020 07:45:06 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jFz2M-0001QM-NT for guix-patches@gnu.org; Sun, 22 Mar 2020 07:45:02 -0400 Subject: bug#40130: [PATCH 0/8] Add 'with-build-handler' and use it to improve UI feedback Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= 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> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 40130-done@debbugs.gnu.org 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.