Re: GNU Guile 1.9.0 released (alpha)

2009-06-21 Thread Andy Wingo
Hi Mike, On Sun 21 Jun 2009 08:31, Mike Gran spk...@yahoo.com writes: Not really in a position to help, since I'm still AFK, but, somewhere along the line I pushed this patch to r6rs vectors in the String_abstraction2 tree. Took me a little while to understand it, but it seems the patch is

Re: GNU Guile 1.9.0 released (alpha)

2009-06-21 Thread Neil Jerram
Andy Wingo wi...@pobox.com writes: Hi Mike, On Sun 21 Jun 2009 08:31, Mike Gran spk...@yahoo.com writes: Not really in a position to help, since I'm still AFK, but, somewhere along the line I pushed this patch to r6rs vectors in the String_abstraction2 tree. Took me a little while to

Re: GNU Guile 1.9.0 released (alpha)

2009-06-21 Thread Ludovic Courtès
Hello, Mike Gran spk...@yahoo.com writes: --- a/libguile/r6rs-ports.c +++ b/libguile/r6rs-ports.c @@ -210,7 +210,10 @@ static SCM cbp_mark (SCM port) { /* Mark the underlying method and object vector. */ - return SCM_PACK (SCM_STREAM (port)); + if (SCM_PTAB_ENTRY (port) != NULL)

Re: GNU Guile 1.9.0 released (alpha)

2009-06-21 Thread Ludovic Courtès
l...@gnu.org (Ludovic Courtès) writes: Mike Gran spk...@yahoo.com writes: --- a/libguile/r6rs-ports.c +++ b/libguile/r6rs-ports.c @@ -210,7 +210,10 @@ static SCM cbp_mark (SCM port) { /* Mark the underlying method and object vector. */ - return SCM_PACK (SCM_STREAM (port)); + if

Re: GNU Guile 1.9.0 released (alpha)

2009-06-21 Thread Linas Vepstas
2009/6/21 Andy Wingo wi...@pobox.com: Took me a little while to understand it, but it seems the patch is right. I committed and pushed it to master. Linas, can you try again? Yes, that fixes it for me. --linas

possibility of a new guile-lib release

2009-06-21 Thread Julian Graham
Hi Andy (and other guile-lib people), So now that the heroic work of launching the 1.9.x series has been done, is there any chance there'll be a guile-lib release to match? Just noticed that 1.6 doesn't play well with Guile 1.9.0 (looks like syncase issues) but that the latest code from the