gcl-devel
[Top][All Lists]
Advanced

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

Re: [Gcl-devel] Porting Femlisp (second trial)


From: Camm Maguire
Subject: Re: [Gcl-devel] Porting Femlisp (second trial)
Date: 07 Oct 2005 18:03:02 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Greetings!

Nicolas Neuss <address@hidden> writes:

> Camm Maguire <address@hidden> 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
> address@hidden
> http://lists.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]