Re: Buffered IO and Parrot Forth

2004-09-13 Thread Leopold Toetsch
Matt Diephouse wrote: On Sat, 11 Sep 2004 11:44:06 +0200, Leopold Toetsch <[EMAIL PROTECTED]> wrote: 1) pop off the buffered I/O layer: Here's a patch that uses option one. Thanks, applied, leo

Re: Buffered IO and Parrot Forth

2004-09-12 Thread Matt Diephouse
On Sat, 11 Sep 2004 11:44:06 +0200, Leopold Toetsch <[EMAIL PROTECTED]> wrote: > There are several ways to adapt the code to the new behavior: > > 1) pop off the buffered I/O layer: > > getstdout Px > Sx = pop Px# Sx = 'buf' Here's a patch that uses option one. -- matt buffe

Re: Buffered IO and Parrot Forth

2004-09-11 Thread Leopold Toetsch
Matt Diephouse wrote: Somewhere, the prompt for the interpreter ("> ") started getting buffered. Yep. Last time this came up, I summarized: There are several ways to adapt the code to the new behavior: 1) pop off the buffered I/O layer: getstdout Px Sx = pop Px# Sx = 'buf' 2) explici

Buffered IO and Parrot Forth

2004-09-10 Thread Matt Diephouse
I was looking at Parrot Forth tonight and was extremely confused for the longest time because no prompt was getting printed. I figured I just didn't know how to use the thing. But that's not the case. Somewhere, the prompt for the interpreter ("> ") started getting buffered. It's not printing beca