From debbugs-submit-bounces@debbugs.gnu.org Fri Sep 18 16:05:11 2020 Received: (at 43477) by debbugs.gnu.org; 18 Sep 2020 20:05:12 +0000 Received: from localhost ([127.0.0.1]:44508 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kJMd5-0005Rz-NM for submit@debbugs.gnu.org; Fri, 18 Sep 2020 16:05:11 -0400 Received: from mail-qv1-f66.google.com ([209.85.219.66]:39177) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kJMd4-0005RW-6O for 43477@debbugs.gnu.org; Fri, 18 Sep 2020 16:05:10 -0400 Received: by mail-qv1-f66.google.com with SMTP id z18so3601650qvp.6 for <43477@debbugs.gnu.org>; Fri, 18 Sep 2020 13:05:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=uaXTZUERc4yihAEhF5Secuudrx2Ehrhvvhf7O/4pVzc=; b=iyfwzpUSOILBeLkaRQAJFMpFGKIQgpZwdHENqnMo9XBRsPhC9LDyzq5DKAAyAnuaOf Li/qJNWhZbRkaPYCzXAGCcmodjQBAvfJ8QmporT8D91lP+isJciA4RE9uvbPHsNJSaR7 WlSLZF74b3GgNcDBzo4vTkL9AXS7TDkH4WhE/EnLucrLlG/v+A2wzLa4E0qI/hbGVUZW Xyej1epZwNLArqHU0PLjjLZE+7McXUI4S+MJP+8fUhoiEdJgfbiwVa5CjlxwYzRqCmSk LmWUfn66IlnDQGVRVI8eIwF7Y/XZqGzZ/YjLpEgFkVJImRkpWusCB3q8pJj0/osXsqpl gf0A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=uaXTZUERc4yihAEhF5Secuudrx2Ehrhvvhf7O/4pVzc=; b=uPc0BY/sa1KkvztLNesNTBgxc4BTFzM1YGLzmJQr40RYVWxr3p/zuOA5aVrL+vtT4f m4psHIPQtiLKCTqjGCOeaHb5/O4pPo93v1ViaUurWzCL+MTMjxS1hPZzWwsKGJLadhxV o6xdN4R/dvS8hkIzjQZgJWmST2HWVIea/EJai9plfl/GjBWVtW1kCldfZLq5vHbP8JdZ 83DB7WytY9fpw4SGdDIoGWPv8njP81mXiGkcUfI430/vS/GDmsVOL3jj/MZlj94ye5jz oCvWJ/OtcU6LGRa2373OZL9awoT1VlYWXrG+pN1ry/VI+yjLrgqcIVIJ1MsnCr1LhI2a olXA== X-Gm-Message-State: AOAM5323qBjo+6bgHatx3y4b/KTYIXAFI3yaMqKY2MSdu6PV+7ZTP4tl B3ePpzcFM0sOmE7BniM5u2tM3/2j6qr//r6RD80= X-Google-Smtp-Source: ABdhPJzrYPBq429PcbS8pd48ByHXlqY8+BbYhxM9SjgYIM0tjbfwqWuLti09qncQ5ryn4BcYXFJYXvhrUxeJUJ1/7JM= X-Received: by 2002:ad4:58e7:: with SMTP id di7mr18597303qvb.36.1600459504654; Fri, 18 Sep 2020 13:05:04 -0700 (PDT) MIME-Version: 1.0 References: <20200917193931.14699-1-zimon.toutoune@gmail.com> <87v9gbtg9w.fsf@elephly.net> In-Reply-To: <87v9gbtg9w.fsf@elephly.net> From: zimoun Date: Fri, 18 Sep 2020 22:04:53 +0200 Message-ID: Subject: Re: [bug#43477] [PATCH 0/1] guix: graph: Add 'plain' backend. To: Ricardo Wurmus Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 43477 Cc: 43477@debbugs.gnu.org, guix-patches@gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) On Fri, 18 Sep 2020 at 14:33, Ricardo Wurmus wrote: > Is that still a graph, though=E2=80=A6? I agree it is not a graph. Instead of 'plain' the name could be 'list-nodes', or whatever. > It reminds me of =E2=80=9Cguix gc -R /gnu/store/=E2=80=A6-something=E2=80= =9D, except that in > your case the output is for things that haven=E2=80=99t necessarily been > realized as store items yet. The point is that "guix gc" does not operate at the same level as "guix gra= ph". As I explained to Mathieu, my use case is: I am doing "guix graph -t | grep label" and in general then "guix graph -t | grep label | grep "; which is not user friendly at all. The aim is to provide something where I can use for example '-t bag'. And also something that I can use with the other Guix commands. Well, I have been annoyed a couple of times so I decided to fix my issue and send a proposal. :-) Cheers, simon