abcl icon indicating copy to clipboard operation
abcl copied to clipboard

Attempt to throw to the nonexistent tag DUPLICATABLE-CODE-P ??? <http://abcl.org/trac/ticket/444>

Open alanruttenberg opened this issue 8 years ago • 3 comments

(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.

alanruttenberg avatar Mar 29 '17 16:03 alanruttenberg

C.f. https://trac.clozure.com/ccl/ticket/1085. The fix mentioned there works, so do that?

Ferada avatar May 31 '17 19:05 Ferada

Patch applied as https://github.com/armedbear/abcl/commit/8ee53991f69b7556d50e296a4b9c4a978218c171

@alanruttenberg Please test and close.

easye avatar Jun 01 '17 07:06 easye

http://abcl.org/trac/ticket/444

easye avatar Jun 01 '17 07:06 easye