Request for advice as to whether to submit patch?

I have hacked together a patch to quieten down the compiler when loading a file
at the REPL (when using --auto-compile).

I found one thread discussing this, but with no apparent solution or decision.

https://lists.gnu.org/archive/html/guile-user/2011-03/msg00079.html

Patch adds command line option --without-compiler-messages. This option inhibits
the messages

;;; note: source file /home/tobin/build/scheme/test.scm
;;;       newer than compiled 
/home/tobin/.cache/guile/ccache/2.2-LE-8-3.8/home/tobin/build/scheme/test.scm.go
;;; compiling /home/tobin/build/scheme/test.scm
;;; compiled
;;;       
/home/tobin/.cache/guile/ccache/2.2-LE-8-3.8/home/tobin/build/scheme/test.scm.go

from being output when a file is loaded (and auto-compiled).

thanks,
Tobin.

Reply via email to