make-shared-array

2006-09-28 Thread Daniel Llorens del Río
Hello, I've found a typo in the documentation and a bug in libguile/unif.c/ scm_make_shared_array(). The last example says: (make-shared-array #1(a b c d e f g h i j k l) (lambda (i) (* i 3)) 4) The 2nd argument should be (lambda (i) (list (* i 3

Re: make-shared-array

2006-09-28 Thread Kevin Ryde
Daniel Llorens del Río [EMAIL PROTECTED] writes: I've found a typo in the documentation and a bug in libguile/unif.c/ scm_make_shared_array(). ... Anyway this fails with an 'out of bounds' error in guile 1.8.0. Thanks, I think both are fixed in the cvs (you can try a nightly snapshot if you