This is the mail archive of the kawa@sourceware.org mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Kawa compiler verbosity, (compiling SOURCE.src to SOURCE)


On 07/24/2013 01:20 PM, Marius Kjeldahl wrote:
Is it just me, or is it impossible (i.e. no option) to silence the kawa
compiler when compiling source files?

You mean messages like:

   (compiling misc.scm to kawa.lib.misc)

To answer that question, search for the message in the sources, and
see if it is controlled by a switch.  It doesn't appear to be.

We could add a --quiet switch, which would turn that message off,
and maybe other "informational" messages.

We could also consider a --verbose[=LEVEL] switch, with different
levels:
  --verbose=none
  --verbose=yes
  --verbose=no-warnings
  --verbose=class,function,no-warnings

That may be overkill ...
--
	--Per Bothner
per@bothner.com   http://per.bothner.com/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]