guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How can I tell guile to shut up? ;)


From: Juhani Viheräkoski
Subject: How can I tell guile to shut up? ;)
Date: Wed, 2 Mar 2011 10:22:16 +0200
User-agent: SquirrelMail/1.4.21

It seems there is no option to disable these annoying messages in guile
2.0. I do scripts using guile and I would appreciate not getting these
messages that interfere with other output. It is possible to use
2>/dev/null but what would I do if my script would output error messages
(as it will probably do at some point)? I don't want to do precompilation
when scripting.

My suggestion is to add option --quiet to guile.

$ ./test-script
;;; note: source file /home/misty/moonshine/yarg/scripts/./race
;;;       newer than compiled
/home/misty/.cache/guile/ccache/2.0-LE-4-2.0/home/misty/moonshine/yarg/scripts/test-script.go
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;;       or pass the --no-auto-compile argument to disable.
;;; compiling /home/misty/moonshine/yarg/scripts/./test-script
;;; compiled
/home/misty/.cache/guile/ccache/2.0-LE-4-2.0/home/misty/moonshine/yarg/scripts/test-script.go


Best Regards,
-- 
Juhani Viheräkoski





reply via email to

[Prev in Thread] Current Thread [Next in Thread]