Neil Jerram <[EMAIL PROTECTED]> writes:

> >>>>> "Matt" == Matt Wette <[EMAIL PROTECTED]> writes:
> 
>     Matt> Guile 1.5.4 (1.4 also) says that symbols are arrays.
>     guile> (version)
>     Matt>   "1.5.4"
>     guile> (array? 'abc)
>     Matt>   #t
> 
> scm_array_p takes an optional arg.  If the optional arg isn't there,
> and the required arg isn't a smob, it will always return #t.
> 
> ????

Yes, scm_array_p is badly broken.  Look at the switch... I'll fix it
somehow.

_______________________________________________
Bug-guile mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-guile

Reply via email to