[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#50632: [PATCH] graph: Add '--max-depth'.
From: |
Ludovic Courtès |
Subject: |
bug#50632: [PATCH] graph: Add '--max-depth'. |
Date: |
Tue, 21 Sep 2021 15:45:01 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) |
Ludovic Courtès <ludo@gnu.org> skribis:
> * guix/graph.scm (export-graph): Add #:max-depth and honor it, adding
> 'depths' argument to 'loop'.
> * guix/scripts/graph.scm (%options, show-help): Add '--max-depth'.
> (%default-options): Add 'max-depth'.
> (guix-graph): Pass #:max-depth to 'export-graph'.
> * tests/graph.scm ("package DAG, limited depth"): New test.
> * doc/guix.texi (Invoking guix graph): Document it.
Pushed as 5b32ad4f6f555d305659cee825879df075b06331 followed by a news
entry!
Ludo’.