> On Apr 1, 2016, at 2:52 PM, Drew Crawford via swift-dev
> wrote:
>
> We noticed today when running a swift CLI program to a pipe that stdout is
> fully buffered (e.g. not unbuffered, not line-buffered). So just now we
> committed unbuffering IO to a bunch of CLI programs.
>
> Is this the
We noticed today when running a swift CLI program to a pipe that stdout is
fully buffered (e.g. not unbuffered, not line-buffered). So just now we
committed unbuffering IO to a bunch of CLI programs.
Is this the right default behavior for Swift?
I realize this is a Cism with a long history, bu