Bug#525761: libruby1.8: debug output in tempfile.rb should be directed to $stderr, rather than to $stdout

2009-07-07 Thread Daigo Moriwaki
Hi, Francesco Francesco Poli wrote: I noticed that /usr/lib/ruby/1.8/tempfile.rb sends debug output (when $DEBUG is true) to $stdout. [...] It is my understanding that this behavior is unintentional: debug output (when enabled with the $DEBUG variable) should be directed to $stderr .

Bug#525761: libruby1.8: debug output in tempfile.rb should be directed to $stderr, rather than to $stdout

2009-07-07 Thread Francesco Poli
On Tue, 07 Jul 2009 22:50:50 +0900 Daigo Moriwaki wrote: Hi, Francesco Francesco Poli wrote: I noticed that /usr/lib/ruby/1.8/tempfile.rb sends debug output (when $DEBUG is true) to $stdout. [...] It is my understanding that this behavior is unintentional: debug output (when

Bug#525761: libruby1.8: debug output in tempfile.rb should be directed to $stderr, rather than to $stdout

2009-07-06 Thread Francesco Poli
On Mon, 27 Apr 2009 00:21:30 +0200 Francesco Poli (t1000) wrote: [...] I noticed that /usr/lib/ruby/1.8/tempfile.rb sends debug output (when $DEBUG is true) to $stdout. [...] It is my understanding that this behavior is unintentional: debug output (when enabled with the $DEBUG variable)

Bug#525761: libruby1.8: debug output in tempfile.rb should be directed to $stderr, rather than to $stdout

2009-04-26 Thread Francesco Poli (t1000)
Package: libruby1.8 Version: 1.8.7.72-3.1 Severity: normal Hi! I noticed that /usr/lib/ruby/1.8/tempfile.rb sends debug output (when $DEBUG is true) to $stdout. See the following two lines: print removing , path, ... if $DEBUG and print done\n if $DEBUG I think that this is a bug,