Re: [swift-dev] print buffering

2016-04-01 Thread Greg Parker via swift-dev
> 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

[swift-dev] print buffering

2016-04-01 Thread Drew Crawford via swift-dev
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