From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48513) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gShPw-0005JV-I8 for guix-patches@gnu.org; Fri, 30 Nov 2018 06:57:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gShPr-0000vt-KS for guix-patches@gnu.org; Fri, 30 Nov 2018 06:57:08 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:51342) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gShPr-0000uF-Fc for guix-patches@gnu.org; Fri, 30 Nov 2018 06:57:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gShPr-0007Na-C5 for guix-patches@gnu.org; Fri, 30 Nov 2018 06:57:03 -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> <87ftvn3py6.fsf@elephly.net> From: =?UTF-8?Q?Cl=C3=A9ment?= Lassieur In-reply-to: <87ftvn3py6.fsf@elephly.net> Date: Fri, 30 Nov 2018 12:56:14 +0100 Message-ID: <87d0qmhj8h.fsf@lassieur.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: Ricardo Wurmus Cc: 33519@debbugs.gnu.org Ricardo Wurmus writes: > 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? As a way to link Cuirass packages to tools like hpcguix-web. It's not a priority though.