Opened 7 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 Mark Evenson

Component: (A)MOPinterpreter
Keywords: CL:LOOP added
Milestone: 1.5.0
Resolution: fixed
Status: newclosed
Version: 1.5.0-dev
Note: See TracTickets for help on using tickets.