guile-devel
[Top][All Lists]
Advanced

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

compiler messages


From: Tobin Harding
Subject: compiler messages
Date: Thu, 30 Jun 2016 20:57:00 +1000
User-agent: Mutt/1.6.1 (2016-04-27)

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

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