In article <[EMAIL PROTECTED]>, Michael G Schwern <[EMAIL PROTECTED]> wrote:
> Piping all diagnostics to STDOUT solves nothing except maybe allowing runtests > to display warnings again. You still can't tell the difference between a > comment (what currently is "# foo" printed to STDOUT) and a failure diagnostic > (what currently is "# foo" printed to STDERR) and diagnostics associated with > a TODO test (which is "# foo" printed to STDOUT). I'm not advocating any change here because I'm perfectly happy with what we have now, but isn't the problem there that # means too many things? If a comment started with a # (because this is perl), and other things had some other sigil, would anyone be arguing about which filehandle they are on? Again, I'm not saying that anyone should do any work to change this, but after reading the links Schwern provided and checking the wiki, it seems that people talk about the format of the diagnostic but not the thing to signal it.