Opened 8 years ago
Closed 7 years ago
#444 closed defect (fixed)
Attempt to throw to the nonexistent tag DUPLICATABLE-CODE-P ???
Reported by: | aruttenberg | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.5.0 |
Component: | interpreter | Version: | 1.5.0-dev |
Keywords: | CL:LOOP | Cc: | |
Parent Tickets: |
Description
(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.
Change History (1)
comment:1 Changed 7 years ago by
Component: | (A)MOP → interpreter |
---|---|
Keywords: | CL:LOOP added |
Milestone: | → 1.5.0 |
Resolution: | → fixed |
Status: | new → closed |
Version: | → 1.5.0-dev |
Note: See
TracTickets for help on using
tickets.
Fixed (untested) with http://abcl.org/trac/changeset/15033