Re: (array? 'abc) => #t

2002-03-11 Thread Marius Vollmer
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

Re: bug involving uniform vectors

2002-03-11 Thread Marius Vollmer
Kyle Cronan <[EMAIL PROTECTED]> writes: > Hello, > > The following command causes my version of guile (couple months old > 1.7.0 CVS) to segfault reliably: > > guile> (array? (make-uniform-vector 2 #t) #t) > > Program received signal SIGSEGV, Segmentation fault. > singp (obj=0x2374) at unif.c:

Re: (array? 'abc) => #t

2002-03-11 Thread Neil Jerram
> "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

Re: cvs guile build/install problems

2002-03-11 Thread Marius Vollmer
Lynn Winebarger <[EMAIL PROTECTED]> writes: > Saturday's cvs of guile-core: > Using automake 1.5, autoconf 2.52,libtool 1.4.2 > > minor > doc/tutorial was missing mdate-sh after configuring (chugged along after > copying it from doc/ref). This file should be installed by "autogen.sh". I have

(array? 'abc) => #t

2002-03-11 Thread Matt Wette
Guile 1.5.4 (1.4 also) says that symbols are arrays. guile> (version) "1.5.4" guile> (array? 'abc) #t ___ Bug-guile mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-guile