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 . >> >> Please fix those two lines so that they send debug output to >> $stderr and forward this bug report upstream, as appropriate. > [...] > > Is there any progress on this bug? > It seems to be fairly trivial to fix, doesn't it?
Your suggestion is reasonable for me, too. However, grep'ing existing codes [1] reveals that there are other debug messages directed to STDOUT. I don't think they are "bugs". Instead, I guess that the upstream does not strictly manage it. Anyway, you can consult the upstream and file a ticket[2]. This kind of bugs should be first fixed by the upstream, instead of individual distributions. [1] $ grep "\$DEBUG" /usr/lib/ruby/1.8/**/*.rb | grep puts [2] http://redmine.ruby-lang.org/ Regards, Daigo -- Daigo Moriwaki daigo at debian dot org -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org