Re: interp failures in the new IO system

2002-01-01 Thread Dan Sugalski
At 06:25 PM 1/1/2002 -1000, David & Lisa Jacobs wrote: >I just did a cvs up and it seems to be testing ok on my cygwin system... Yup, there's a patch in now. >- Original Message - >From: "Dan Sugalski" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Tuesday, January 01, 2002 5:09 PM

Re: interp failures in the new IO system

2002-01-01 Thread David & Lisa Jacobs
I just did a cvs up and it seems to be testing ok on my cygwin system... David - Original Message - From: "Dan Sugalski" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 01, 2002 5:09 PM Subject: interp failures in the new IO system > Dunno if this is affecting anyone

Re: [FIXED] Was: Re: interp failures in the new IO system

2002-01-01 Thread Dan Sugalski
At 11:04 PM 1/1/2002 -0500, Melvin Smith wrote: >This fixes the freeze by only initializing ParrotIO once. Also added >a little sanity check in the layer push sub. This is just a kludge, I'll work >on per Interpreter IO stack when we discuss it a little more. Works. Thanks, and applied.

[FIXED] Was: Re: interp failures in the new IO system

2002-01-01 Thread Melvin Smith
This fixes the freeze by only initializing ParrotIO once. Also added a little sanity check in the layer push sub. This is just a kludge, I'll work on per Interpreter IO stack when we discuss it a little more. -Melvin --- io.c.orig Tue Jan 1 21:54:35 2002 +++ io.cTue Jan 1 21:53:29 2

Re: interp failures in the new IO system

2002-01-01 Thread Dan Sugalski
At 10:30 PM 1/1/2002 -0500, Dan Sugalski wrote: >At 10:22 PM 1/1/2002 -0500, Melvin Smith wrote: >>See if this helps the freeze... >>FWIW, I just got VC++ working on my Win2000 and the test worked ok. > >No joy, sorry. I just stubbed the test out so the tinderbox clients won't wedge too hard on

Re: interp failures in the new IO system

2002-01-01 Thread Dan Sugalski
At 10:22 PM 1/1/2002 -0500, Melvin Smith wrote: >See if this helps the freeze... >FWIW, I just got VC++ working on my Win2000 and the test worked ok. No joy, sorry. Dan --"it's like this"--- Dan Sugalsk

Re: interp failures in the new IO system

2002-01-01 Thread Melvin Smith
At 10:09 PM 1/1/2002 -0500, Dan Sugalski wrote: >Dunno if this is affecting anyone else, but I'm finding the test suite >hangs on cygwin with the new IO code in the interp tests. That's mine and >sort of busted, but something to keep in mind. > > Dan > >--