Kevin Ryde <[EMAIL PROTECTED]> writes:

> More apparent array dodginess in the head,
>
>     (let ((a (make-array #f '(425 425))))
>       (array-in-bounds? a 0))
>     => #t

Should be fixed now.

2005-06-06  Marius Vollmer  <[EMAIL PROTECTED]>

        * unif.c (scm_array_in_bounds_p): First test for real arrays, then
        check for generalized vectors.  This ensures that the generalized
        vector case need only work with zero-origin ranges.

-- 
GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3  331E FAF8 226A D5D4 E405


_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-devel

Reply via email to