-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hello guilers! Long time no see. I hope everything's all right.
Guile rocks more and more. Thanks :-).
I've found an incompatibility between 1.8 and 1.9 (tested with 1.9.8 and
1.9.9); if it's a documented change then sorry for the noise, I may just
h
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hello again.
Andy, you had asked me to ping you if the problem was still there after
some time. I still see it in 1.9.9.
Thanks to you and the whole team for your great work,
Andy Wingo wrote:
> On Wed 18 Nov 2009 11:05, Luca Saiu writes:
>
>> And
Hi,
I think there's a bug in vector-move-right!. I'm using guile 1.9.9 as
built from the git repository earlier today.
This is the behavior I see:
"
scheme@(guile-user)> (define *v1* #(1 2 3 4 5 6 7 8 9))
scheme@(guile-user)> (define *v2* #(10 20 30 40 50 60 70 80 90))
scheme@(guile-user)> (vecto