New TIP published: #267
I'm pleased to announce that TIP #267 has now been published.
TIP #267: Allow 'exec' to Ignore Stderr
Author: Nathan Bell
Abstract:
Currently the exec command will always fail if the process
writes to standard error. Since various applications use stderr
for debug output it would be useful to retain this output
without having to resort to redirecting stderr to stdout (which
can cause interleaving).
See
http://tip.tcl.tk/267.html for details.
Donal Fellows, TIP Editor.
.
Relevant Pages
- Re: Changing standard input/error of a process
... > stdout and stderr to be associated with your terminal. ... It just moves it into the foreground. ... the time of the exec command. ... (comp.unix.shell) - Printing Expect.pm debug output to another filehandle?
... USENET, so I'm asking for him) that uses Expect extensively. ... to be able to view Expect debug output by setting $Expect::Debug. ... without having to redirect STDERR manually-- is there a way to do it? ... (comp.lang.perl.modules) - Re: tcltest errorOutput questions
... The -errorOutput is what is puts'd to stderr. ... which is the error message in such a case. ... > I've pasted the test code and the tcltest output below. ... > # Fail test: Fail on error output ... (comp.lang.tcl) - Re: bug: subprocess.Popen() hangs
... Jonathan Amsterdam wrote: ... I occasionally see subprocess.Popenfail to return, ... stderr. ... You are best off reporting bugs here - then they won't get lost! ... (comp.lang.python) - smtp.set_debug_output - capture output to string?
... As shown below, I can send debug output from Net::SMTP to stderr, how ... to I send this to a string instead? ... x) do |smtp| ... (comp.lang.ruby) |
|