From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thompson, David" Subject: =?UTF-8?B?UmU6IE5ldyDigJhndWl4IGdyYXBo4oCZIGNvbW1hbmQ=?= Date: Thu, 27 Aug 2015 11:34:31 -0400 Message-ID: References: <87io8164s0.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59453) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZUzCG-0002KP-63 for Guix-devel@gnu.org; Thu, 27 Aug 2015 11:34:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZUzCC-0004Jv-Dn for Guix-devel@gnu.org; Thu, 27 Aug 2015 11:34:36 -0400 Received: from mail-yk0-f175.google.com ([209.85.160.175]:33767) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZUzCC-0004J6-8a for Guix-devel@gnu.org; Thu, 27 Aug 2015 11:34:32 -0400 Received: by ykll84 with SMTP id l84so23783179ykl.0 for ; Thu, 27 Aug 2015 08:34:31 -0700 (PDT) In-Reply-To: <87io8164s0.fsf@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: =?UTF-8?Q?Ludovic_Court=C3=A8s?= Cc: Guix-devel On Wed, Aug 26, 2015 at 6:53 PM, Ludovic Court=C3=A8s wrote: > Hi! > > Here=E2=80=99s a long overdue =E2=80=98guix graph=E2=80=99 command (docum= entation below.) > Comments welcome! This is awesome! I think it will prove to be a really helpful tool for understanding the relationships between packages and discovering issues like packages that have references to build-time dependencies. Just one question: I see that when using the 'references' type, each node in the graph has an arrow pointing to itself. Is that intentional? Thanks for the awesome new tool! - Dave