develooper Front page | perl.perl5.porters | Postings from September 2016

Re: "Warning: perl appears in your path"

Thread Previous | Thread Next
From:
Leon Timmermans
Date:
September 27, 2016 22:24
Subject:
Re: "Warning: perl appears in your path"
Message ID:
CAHhgV8g-ZhZMLyfyR2qhL7CE8zM=GX58SydA5O7jaGsNyODrKw@mail.gmail.com
On Tue, Sep 27, 2016 at 8:47 PM, Slaven Rezic <slaven@rezic.de> wrote:

> The purpose of STDERR is not to output just error messages, but all kind
> of diagnostic messages --- in contrast to STDOUT, which usually contains
> data, possibly processed in a pipe.
>
> So if it changes to a note, it should still go to STDERR.
>
> (That's why STDOUT is usually buffered while STDERR is not --- you want
> to see the diagnostics as fast as possible, while the potentially large
> data should be processed as fast as possible)
>

By that measure most of Configure's output should go do stderr. I think
this logic is useful in pipeline programs, but not so much in this kind of
use-case.

Leon

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About