From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:49567) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jFzyR-0006Za-Rk for guix-patches@gnu.org; Sun, 22 Mar 2020 08:45:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jFzyQ-000768-Nr for guix-patches@gnu.org; Sun, 22 Mar 2020 08:45:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:42721) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jFzyQ-000762-KX for guix-patches@gnu.org; Sun, 22 Mar 2020 08:45:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jFzyQ-0005GN-IH for guix-patches@gnu.org; Sun, 22 Mar 2020 08:45:02 -0400 Subject: [bug#40130] [PATCH 0/8] Add 'with-build-handler' and use it to improve UI feedback Resent-Message-ID: References: <20200319105642.4830-1-ludo@gnu.org> <87fte0vck4.fsf@gnu.org> From: Ricardo Wurmus In-reply-to: <87fte0vck4.fsf@gnu.org> Date: Sun, 22 Mar 2020 13:44:13 +0100 Message-ID: <87imiwlftu.fsf@elephly.net> 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 40130-done@debbugs.gnu.org Ludovic Court=C3=A8s writes: > 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 (= grafts), >> 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 h= ave 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. Thank you for this improvement that used to be always out of reach! (I don=E2=80=99t fully understand it yet, which is why I couldn=E2=80=99t g= ive any comments sooner, but I=E2=80=99ll try