Re: 1.8 make check failing in popen.test

2006-08-24 Thread Kevin Ryde
Rob Browning <[EMAIL PROTECTED]> writes: > >>From the output of ps auxf, it looks like the child is probably one of > these zombies. There are several zombie sh children: > > \_ [sh] > \_ [sh] > \_ [sh] > \_ [lt-guile] > \_ [lt-guile] Actually, I see the signall

Re: srfi-9 record type checking

2006-08-24 Thread Kevin Ryde
[EMAIL PROTECTED] (Ludovic Courtès) writes: > > Maybe this should be described in the `NEWS' file? Yep, done. I left the manual alone it already calls for a "record of the appropriate type" as the argument to the created funcs. ___ Guile-devel mailing

Re: 1.8 make check failing in popen.test

2006-08-24 Thread Rob Browning
Kevin Ryde <[EMAIL PROTECTED]> writes: > Actually, I see the signalling pipe is left in the parent, so if the > child has printed nothing it could hang. Obviously there's something > wrong if the child doesn't print what's expected, but the change below > should at least cause an error instead of