gcl-devel
[Top][All Lists]
Advanced

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

Re: [Gcl-devel] Displaced bit vectors aren't working


From: Camm Maguire
Subject: Re: [Gcl-devel] Displaced bit vectors aren't working
Date: 12 Jan 2003 20:37:42 -0500

Greetings!  OK, this should be working now too.

Take care,

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

> I've submitted a bug report for this on the Savannah gcl page; this is
> a CLtL1 problem, not just an ANSI CL problem.
> 
> (let ((a (make-array '(10) :element-type 'bit :initial-contents '(0 1 1 0 1 1 
> 1 0 1 0))))
>       (values
>         a
>         (make-array '(8) :element-type 'bit
>              :displaced-to a
>              :displaced-index-offset 2)))
> ==>
> #*0110111010
> #*01101110      ;; wrong -- it's displaced by 0, not 2
> 
>       Paul
> 
> 
> 
> 
> _______________________________________________
> 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]