Greetings!

Nicolas Neuss <[EMAIL PROTECTED]> writes:

> Camm Maguire <[EMAIL PROTECTED]> writes:
> 
> > OK, preliminary equalp hashing is in CVS head.  Are you comfortable
> > compiling from there, or do you prefer to wait for Debian package
> > migration.  I still have a few other items that need going in before I
> > tag t6 and make another Debian upload.
> 
> OK, I managed to compile from CVS now (binutils-dev was missing).  Looks as
> if hash-tables do work.  Now the following problems appear:
> 
> 1. The declaration of return values is probably NYI:
> 
> (defun foo ()
>   (declare (values fixnum))
>   1)
>   => Warning: Type declaration was found for not bound variable FIXNUM
> 
> 

Yep, not yet implemented.  This is just a warning for you, right?

> 2. A bug with type declarations:
> 
>   (deftype test-vec () '(simple-array fixnum (*)))
>   (coerce '(1 2) 'test-vec)
>   => Error in COERCE [or a callee]: (1 2) is not of type (TEST-VEC).
> 

Just committed a fix here.  Please let me know if problems persist.

Take care,

> Yours, Nicolas.
> 
> 
> _______________________________________________
> Gcl-devel mailing list
> [email protected]
> http://lists.gnu.org/mailman/listinfo/gcl-devel
> 
> 
> 

-- 
Camm Maguire                                            [EMAIL PROTECTED]
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah


_______________________________________________
Gcl-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gcl-devel

Reply via email to