unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* bug#23349: Compile output shall be error output
@ 2016-04-23 11:36 Jean Louis
  2016-06-25 20:12 ` Matt Wette
  0 siblings, 1 reply; 4+ messages in thread
From: Jean Louis @ 2016-04-23 11:36 UTC (permalink / raw)
  To: 23349

When editing a guile file and running it, it is going to compile it, and
there are warnings:

;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;;       or pass the --no-auto-compile argument to disable.
;;; compiling /home/data1/protected/bin/webm2html
;;; compiled
;;;       /home/data1/protected/.cache/guile/ccache/2.0-LE-8-2.0/home/data1/protected/bin/webm2html.g\
o

This kind of warnings is not desired in the output of the command and
warning shall be given on the error output and not on standard output,
so that it is possible, just with any other programs to redirect the
warnings to dev null, for example: myguile.scm 2 > /dev/null, to avoid
such warnings.

This does not work as warnings are given on standard output.

Jean Louis





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-02-28 15:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-23 11:36 bug#23349: Compile output shall be error output Jean Louis
2016-06-25 20:12 ` Matt Wette
2016-06-25 20:54   ` Matt Wette
2017-02-28 15:07     ` Andy Wingo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).