gcl-devel
[Top][All Lists]
Advanced

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

Re: [Gcl-devel] Bug in REMOVE when :end and :from-end keyword parameters


From: Camm Maguire
Subject: Re: [Gcl-devel] Bug in REMOVE when :end and :from-end keyword parameters are supplied
Date: 21 Sep 2002 16:33:33 -0400

Greetings!  Checked in a fix here.  Please verify.

Take care,

"Paul F. Dietz" <address@hidden> writes:

> This bug was revealed in random testing of the REMOVE
> function:
> 
> >(remove 'a '(a b c a e) :start 0 :end 2)
>  
> (B C A E)
>  
> >(remove 'a '(a b c a e) :start 0 :end 2 :from-end t)
>  
> Error in EVAL [or a callee]: Negative index: -1.
> 
> 
> 
>       Paul Dietz
>       address@hidden
> 
> 
> _______________________________________________
> Gcl-devel mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/gcl-devel
> 
> 

-- 
Camm Maguire                                            address@hidden
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah




reply via email to

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