emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#23349: closed (Compile output shall be error outpu


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#23349: closed (Compile output shall be error output)
Date: Tue, 28 Feb 2017 15:08:02 +0000

Your message dated Tue, 28 Feb 2017 16:07:39 +0100
with message-id <address@hidden>
and subject line Re: bug#23349: Compile output shall be error output
has caused the debbugs.gnu.org bug report #23349,
regarding Compile output shall be error output
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
23349: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=23349
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Compile output shall be error output Date: Sat, 23 Apr 2016 13:36:30 +0200
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



--- End Message ---
--- Begin Message --- Subject: Re: bug#23349: Compile output shall be error output Date: Tue, 28 Feb 2017 16:07:39 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)
On Sat 25 Jun 2016 22:54, Matt Wette <address@hidden> writes:

> And I believe this works as asked. Below I execute the same “load” three 
> times under guile, under bash: first two w/o “2>/dev/null”, and the third 
> time with “2>/dev/null” . For the
> fourth time, I use “2>/dev/null -s ,update” to process as script (and skip 
> the banner).

Thanks for checking.  Closing as done; please follow up on the bug if
there is an error.

Andy


--- End Message ---

reply via email to

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