From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58962) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gRYjv-0008Ve-K1 for guix-patches@gnu.org; Tue, 27 Nov 2018 03:29:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gRYju-0005C2-8F for guix-patches@gnu.org; Tue, 27 Nov 2018 03:29:03 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:46149) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gRYju-0005Bm-51 for guix-patches@gnu.org; Tue, 27 Nov 2018 03:29:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gRYjt-0007oM-Tf for guix-patches@gnu.org; Tue, 27 Nov 2018 03:29:01 -0500 Subject: [bug#33519] [PATCH 0/4] Reporting grafts in the user interface Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20181126214306.27587-1-ludo@gnu.org> <87in0jc61r.fsf@lassieur.org> Date: Tue, 27 Nov 2018 09:27:34 +0100 In-Reply-To: <87in0jc61r.fsf@lassieur.org> ("=?UTF-8?Q?Cl=C3=A9ment?= Lassieur"'s message of "Tue, 27 Nov 2018 08:50:56 +0100") Message-ID: <87woozaps9.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: =?UTF-8?Q?Cl=C3=A9ment?= Lassieur Cc: rekado@elephly.net, 33519@debbugs.gnu.org Cl=C3=A9ment Lassieur skribis: > 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! Glad you like it. :-) > And I imagine it will allow to distinguish packages and tests in > Cuirass :-) It=E2=80=99s tempting to use properties for all sorts of things (like we co= uld distinguish profile hooks, too), so yes, we could do more of that, but I feel we should not go too far either. :-) Thanks, Ludo=E2=80=99.