chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] vector-lib egg: vector-fold-right bug & fix


From: felix winkelmann
Subject: Re: [Chicken-users] vector-lib egg: vector-fold-right bug & fix
Date: Mon, 1 May 2006 14:16:27 +0200

Thanks, Dan - a new egg will be uploaded in a moment.


cheers,
felix

On 4/30/06, Dan <address@hidden> wrote:
Hi all, vector-fold-right in the vector-lib egg is
broken (the loop index starts at n-1 but is
incremented, instead of decremented). To fix, change
the (+ i 1) lines to (- i 1) in the
(vector-fold-right) definition inside vector-lib.scm.

-- Dan


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com


_______________________________________________
Chicken-users mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/chicken-users





reply via email to

[Prev in Thread] Current Thread [Next in Thread]