#444: Attempt to throw to the nonexistent tag DUPLICATABLE-CODE-P ??? -------------------------+---------------------- Reporter: aruttenberg | Owner: Type: defect | Status: new Priority: major | Milestone: Component: (A)MOP | Version: Keywords: | Parent Tickets: -------------------------+---------------------- (ext::macroexpand-all '(loop for a = (sort foo 'string-lessp :key #'(lambda(x) x )) for b = nil then 1 ))
;; ;; Error compiling /Users/lori/repos/slime/swank/abcl.lisp: ;; Attempt to throw to the nonexistent tag DUPLICATABLE-CODE-P.
-- Ticket URL: http://abcl.org/trac/ticket/444 armedbear http://abcl.org armedbear
#444: Attempt to throw to the nonexistent tag DUPLICATABLE-CODE-P ??? ------------------------------+----------------------- Reporter: aruttenberg | Owner: Type: defect | Status: closed Priority: major | Milestone: 1.5.0 Component: interpreter | Version: 1.5.0-dev Resolution: fixed | Keywords: CL:LOOP Parent Tickets: | ------------------------------+----------------------- Changes (by mevenson):
* status: new => closed * component: (A)MOP => interpreter * version: => 1.5.0-dev * milestone: => 1.5.0 * keywords: => CL:LOOP * resolution: => fixed
Comment:
Fixed (untested) with http://abcl.org/trac/changeset/15033
-- Ticket URL: http://abcl.org/trac/ticket/444#comment:1 armedbear http://abcl.org armedbear
armedbear-ticket@common-lisp.net