[TxMt] Re: Line buffering for the Stdout window?

Jenny Berry yolospat at gmail.com
Fri Apr 10 16:33:54 UTC 2009


Same goes for Ruby

Jen

On Apr 10, 2009, at 4:01 AM, Chris Rebert wrote:

> On Fri, Apr 10, 2009 at 12:43 AM, Jean-Denis Muys <jdmuys at free.fr>  
> wrote:
>> Hello,
>>
>> I'm growing increasingly annoyed with an issue I could not find a
>> solution for: the output to stderr and stdout getting out of sync in
>> the default TextMate output window.
>>
>> I am currently developping for Perl, but I quickly checked that the
>> issue is there for Ruby as well.
>
> Apparently Python too:
>
> #program:
> from sys import stderr as e, stdout as o
> e.write("debug1\n")
> o.write("hi\n")
> e.write("bug2\n")
> o.write("bye\n")
> e.write("buggy3\n")
>
> #textmate output window:
> hi
> bye
> debug1
> bug2
> buggy3
>
> Cheers,
> Chris
>
> --
> I have a blog:
> http://blog.rebertia.com
>
> _______________________________________________
> textmate mailing list
> textmate at lists.macromates.com
> http://lists.macromates.com/listinfo/textmate




More information about the textmate mailing list