From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35797) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gRZ6F-0002GU-Bp for guix-patches@gnu.org; Tue, 27 Nov 2018 03:52:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gRZ6A-0000yt-Ck for guix-patches@gnu.org; Tue, 27 Nov 2018 03:52:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:46159) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gRZ6A-0000y6-2H for guix-patches@gnu.org; Tue, 27 Nov 2018 03:52:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gRZ69-0008Q9-MT for guix-patches@gnu.org; Tue, 27 Nov 2018 03:52:01 -0500 Subject: [bug#33519] [PATCH 0/4] Reporting grafts in the user interface Resent-Message-ID: References: <20181126214306.27587-1-ludo@gnu.org> <87in0jc61r.fsf@lassieur.org> From: Ricardo Wurmus In-reply-to: <87in0jc61r.fsf@lassieur.org> Date: Tue, 27 Nov 2018 09:05:53 +0100 Message-ID: <87ftvn3py6.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: =?UTF-8?Q?Cl=C3=A9ment?= Lassieur Cc: 33519@debbugs.gnu.org Cl=C3=A9ment Lassieur writes: > Ludovic Court=C3=A8s writes: > >> Hello Guix! >> >> These patches add UI hints so that grafting derivations can be >> distinguished from more expensive derivations, as suggested by >> Ricardo a while back. > > [...] > >> Overall this makes operations more transparent. Advanced users >> will know what this means, and hopefully others will notice that >> grafting is a relatively fast operation and discover that it has to >> do with security updates. >> >> Thoughts? > > This is awesome! I agree! This looks great. > And I imagine it will allow to distinguish packages > and tests in Cuirass :-) How would that work? --=20 Ricardo