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: Nicolas Neuss
Subject: Re: [Gcl-devel] Porting Femlisp (second trial)
Date: Sun, 09 Oct 2005 22:35:04 +0200
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux)

Hello,

Camm Maguire <address@hidden> writes:

>> 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?

Yes, so I'll simply ignore it.  (But, even if the result is the same, it
would look nicer if GCL would ignore the values declaration:-).

>> 2. A bug with type declarations:
>
> Just committed a fix here.  Please let me know if problems persist.

This is working fine now, thanks.  Compilation now stops some files later
because DEFINE-SYMBOL-MACRO is missing.  How is the status there?

Yours,
Nicolas.




reply via email to

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