Re: GNU Guile 1.9.0 released (alpha)

2009-06-23 Thread Changying Li
thanks very much! BTW, when will guile support unicode ? l...@gnu.org (Ludovic Court鑣) writes: We are pleased to announce GNU Guile release 1.9.0. This is the first pre-release of what will eventually become the 2.0 release series. It provides many new noteworthy features, most notably the

Re: GNU Guile 1.9.0 released (alpha)

2009-06-23 Thread Mike Gran
From: Changying Li lchangy...@gmail.com thanks very much! BTW, when will guile support unicode ? Hopefully, we will have Unicode functionality in the second alpha version 1.9.1.  There are still a couple of issues before it can be merged into the main tree.  This should happen in a

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

Re: GNU Guile 1.9.0 released (alpha)

2009-06-20 Thread Andy Wingo
Hi, On Sat 20 Jun 2009 00:05, l...@gnu.org (Ludovic Courtès) writes: We are pleased to announce GNU Guile release 1.9.0. Thank you for doing the release! Guile is an interpreter, compiler, and virtual machine for the Scheme programming language Perhaps in the future we can just say

Re: GNU Guile 1.9.0 released (alpha)

2009-06-20 Thread Andy Wingo
On Sat 20 Jun 2009 05:00, Linas Vepstas linasveps...@gmail.com writes: Running r6rs-ports.test /bin/sh: line 4: 7268 Segmentation fault ${dir}$tst FAIL: check-guile A few more things you could try, in addition to what Neil and Ludovic said: ./check-guile r6rs-ports.test Does this

Re: GNU Guile 1.9.0 released (alpha)

2009-06-20 Thread Ludovic Courtès
Hello! Andy Wingo wi...@pobox.com writes: On Sat 20 Jun 2009 00:05, l...@gnu.org (Ludovic Courtès) writes: We are pleased to announce GNU Guile release 1.9.0. Thank you for doing the release! Thank *you* for doing most of the work! Guile is an interpreter, compiler, and virtual machine

Re: GNU Guile 1.9.0 released (alpha)

2009-06-20 Thread Linas Vepstas
2009/6/20 Andy Wingo wi...@pobox.com: On Sat 20 Jun 2009 05:00, Linas Vepstas linasveps...@gmail.com writes: Running r6rs-ports.test /bin/sh: line 4:  7268 Segmentation fault      ${dir}$tst FAIL: check-guile A few more things you could try, in addition to what Neil and Ludovic said:

GNU Guile 1.9.0 released (alpha)

2009-06-19 Thread Ludovic Courtès
We are pleased to announce GNU Guile release 1.9.0. This is the first pre-release of what will eventually become the 2.0 release series. It provides many new noteworthy features, most notably the addition of a compiler and virtual machine. We encourage you to test them and provide feedback to

Re: GNU Guile 1.9.0 released (alpha)

2009-06-19 Thread Linas Vepstas
2009/6/19 Ludovic Courtès l...@gnu.org: We are pleased to announce GNU Guile release 1.9.0. ...   provide feedback to `guile-de...@gnu.org'. Hmm. 'libunistring' is so new that not even debian has a package for it. Its also labelled as 'alpha'. You sure you want to/need to have a dependency on

Re: GNU Guile 1.9.0 released (alpha)

2009-06-19 Thread Linas Vepstas
2009/6/19 Ludovic Courtès l...@gnu.org: We are pleased to announce GNU Guile release 1.9.0. FYI, 'make check' fails for me, with the blow. Should I ignore this, or dig into it? --linas Everything before the below seems to have passed. Then... Running alist.test Running and-let-star.test