GNU bug report logs - #79593
[PATCH] monad-repl: Improve docstring for "verbosity" meta command.

Previous Next

Package: guix-patches;

Reported by: Tomas Volf <~@wolfsden.cz>

Date: Tue, 7 Oct 2025 09:53:02 UTC

Severity: minor

Tags: patch

To reply to this bug, email your comments to 79593 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix <at> cbaines.net, dev <at> jpoiret.xyz, ludo <at> gnu.org, othacehe <at> gnu.org, zimon.toutoune <at> gmail.com, me <at> tobias.gr, guix-patches <at> gnu.org:
bug#79593; Package guix-patches. (Tue, 07 Oct 2025 09:53:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Tomas Volf <~@wolfsden.cz>:
New bug report received and forwarded. Copy sent to guix <at> cbaines.net, dev <at> jpoiret.xyz, ludo <at> gnu.org, othacehe <at> gnu.org, zimon.toutoune <at> gmail.com, me <at> tobias.gr, guix-patches <at> gnu.org. (Tue, 07 Oct 2025 09:53:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Tomas Volf <~@wolfsden.cz>
To: guix-patches <at> gnu.org
Cc: Tomas Volf <~@wolfsden.cz>
Subject: [PATCH] monad-repl: Improve docstring for "verbosity" meta command.
Date: Tue,  7 Oct 2025 11:52:12 +0200
* guix/monad-repl.scm (verbosity): Describe valid values.
---
 guix/monad-repl.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/guix/monad-repl.scm b/guix/monad-repl.scm
index db4fe3c699..f4863c0c5c 100644
--- a/guix/monad-repl.scm
+++ b/guix/monad-repl.scm
@@ -122,7 +122,9 @@ (define-meta-command ((run-in-store guix) repl (form))
 
 (define-meta-command ((verbosity guix) repl (level))
   "verbosity LEVEL
-Change build verbosity to LEVEL."
+Change build verbosity to LEVEL.
+
+0 means silent, 1 means quiet, 2 means verbose, >3 means very verbose."
   (set! %build-verbosity (repl-eval repl level)))
 
 (define-meta-command ((lower guix) repl (form))
-- 
2.51.0





This bug report was last modified 30 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.