#430: Some file compiled functions didn't record arglist or docstrings
-------------------------+----------------------
Reporter: aruttenberg | Owner:
Type: defect | Status: new
Priority: major | Milestone:
Component: build | Version:
Keywords: | Parent Tickets:
-------------------------+----------------------
Arglists were being stored as strings and generated using format. Format
wasn't available early during abcl build. Soln: Save arglists as lists.
Github issue: https://github.com/armedbear/abcl/issues/21
Pull request https://github.com/armedbear/abcl/pull/13
--
Ticket URL: <http://abcl.org/trac/ticket/430>
armedbear <http://abcl.org>
armedbear
#427: bug in invoke-restart
-------------------------+----------------------
Reporter: aruttenberg | Owner:
Type: defect | Status: new
Priority: major | Milestone:
Component: interpreter | Version:
Keywords: | Parent Tickets:
-------------------------+----------------------
See the comment at
https://github.com/sbcl/sbcl/blob/88fd8640e118ace44185a90baac095025acec3c5/…
/target-error.lisp#L165
The issue is when invoke-restart is called with an actual restart with a
test condition rather than a symbol. Currently invoke-restart calls
(compute-restarts nil). So in the case where you've computed restarts
(based on the condition) and then choose one of them, that restart can be
considered inactive because the test function is run again with
condition=nil instead of the condition that was signaled (and tested for).
Pull request https://github.com/armedbear/abcl/pull/18 to fix
copied from https://github.com/armedbear/abcl/issues/17
--
Ticket URL: <http://abcl.org/trac/ticket/427>
armedbear <http://abcl.org>
armedbear
#431: Cryptic error while compiling
-------------------------+----------------------
Reporter: aruttenberg | Owner:
Type: defect | Status: new
Priority: major | Milestone:
Component: (A)MOP | Version:
Keywords: | Parent Tickets:
-------------------------+----------------------
In slime, compiling region with, e.g., (defun foo () (return-from bar
nil)) gives a message about there being a program error with no further
information
Github: https://github.com/armedbear/abcl/issues/22
Pull request: https://github.com/armedbear/abcl/pull/23
--
Ticket URL: <http://abcl.org/trac/ticket/431>
armedbear <http://abcl.org>
armedbear