guile-devel
[Top][All Lists]
Advanced

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

Re: any clues?


From: Marius Vollmer
Subject: Re: any clues?
Date: 24 Oct 2000 00:56:19 +0200
User-agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.7

Eric Moore <address@hidden> writes:

> found a bug in what looks like the writer:
> 
> debian:~$ guile -q
> guile> (let f ((n 100) (l '())) (if (= n 0) l (f (1- n) (cons 'x l))))
> (x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x 
> x x x x x x x x x x xERROR: In procedure make-vector:
> ERROR: Wrong type argument in position 1: address@hidden
> ABORT: (wrong-type-arg)
> guile> 
> 
> has something to do with displaying long lists.  Occurs for (write
> (let ...)) and (display (let ...)) too.  Any clues?

[ Please post bugs to address@hidden ]

Yes, this should have been fixed in CVS a couple of days ago.  Please
update.  You should then have this ChangeLog entry:

2000-10-18  Marius Vollmer  <address@hidden>

        * print.c (grow_ref_stack): Pass a INUM to scm_make_vector as the
        size, not a naked int.  Thanks to Brat Knotwell!




reply via email to

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