[Ecls-list] "Unknown type &OPTIONAL. Assuming it is T."
Juan Jose Garcia-Ripoll
juanjose.garciaripoll at googlemail.com
Sun Feb 7 11:42:48 UTC 2010
On Sun, Feb 7, 2010 at 12:15 PM, Tobias C. Rittweiler <tcr at freebits.de>wrote:
> Yes, indeed, here's an example:
>
> (defun test ()
> (handler-case 42
> (t (condition)
> (declare (ignore condition))
> (values nil nil))
> (:no-error (value)
> (values value t))))
One has to distinguish what counts as a simple fix and what counts as a
major reorganization. All these problems with VALUES types are solved in the
new compiler framework -- which is yet unfinished --.
Part of what I want to do for the _next_ release not the upcoming one is to
begin creating common files that are shared by both compilers, so as both to
finish the new compiler and gradually perform a transition to the new
system.
This will add a lot of new features, including better handling of VALUES
types, caching of functions, etc.
But that is not going to happen this week.
Juanjo
--
Instituto de Física Fundamental, CSIC
c/ Serrano, 113b, Madrid 28006 (Spain)
http://juanjose.garciaripoll.googlepages.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/ecl-devel/attachments/20100207/fa6de3d9/attachment.html>
More information about the ecl-devel
mailing list