[Ecls-list] Almost ready for release
Juan Jose Garcia-Ripoll
juanjose.garciaripoll at googlemail.com
Thu Feb 25 09:16:51 UTC 2010
With the latest improvements and fixes, and a lot of help from Tobias, ECL
and Slime integrate nicely. I will produce a new release next week when I
come back from a conference.
Note that the debugger now outputs more information
> (defvar *a*) (defun foo (a) (restart-bind ((error #'invoke-debugger)) (let
((*a* a)) (cos a)))) (foo 'b)
*A*
>
FOO
>
In function COS, the value of argument is
B
which is not of expected type NUMBER
Available restarts:
1. (USE-VALUE) Supply a new value of type NUMBER.
2. (ERROR) ERROR
3. (RESTART-TOPLEVEL) Go back to Top-Level REPL.
Broken at FOO.
>> :v
New restarts:
ERROR: ERROR
Local variables:
A: B
Special variables:
*A*: B
--
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/20100225/d37fdc63/attachment.html>
More information about the ecl-devel
mailing list