#168 closed defect (fixed)
Compilation fails for quicklisp let-plus
Reported by: | Mark Evenson | Owned by: | ehuelsmann |
---|---|---|---|
Priority: | major | Milestone: | 1.1.0 |
Component: | compiler | Version: | |
Keywords: | quicklisp, ansi_confromance | Cc: | |
Parent Tickets: |
Description
let-plus-20110730-git, a dependency for LLA, cannot be compiled resulting in the following error:
; Loading /Users/evenson/.cache/common-lisp/abcl-0.27.0-dev-fasl37-macosx-java/Users/evenson/quicklisp/dists/quicklisp/software/let-plus-20110730-git/package.abcl ... ; Loaded /Users/evenson/.cache/common-lisp/abcl-0.27.0-dev-fasl37-macosx-java/Users/evenson/quicklisp/dists/quicklisp/software/let-plus-20110730-git/package.abcl (0.027 seconds) ; Compiling /Users/evenson/quicklisp/dists/quicklisp/software/let-plus-20110730-git/let-plus.lisp ... ; (IN-PACKAGE #:LET-PLUS) ; (DEFUN IGNORED? ...) ; (DEFUN REPLACE-IGNORED ...) ; (DEFUN EXPAND-SLOT-FORMS ...) ; (DEFUN EXPAND-ENTRY-FORMS ...) ; (DEFUN EXPAND-ARRAY-ELEMENTS ...) ; (DEFGENERIC LET+-EXPANSION ...) ; (DEFGENERIC LET+-EXPANSION-FOR-LIST ...) ; (DEFMACRO LET+ ...) ; (DEFMACRO DEFINE-LET+-EXPANSION ...) #<THREAD "interpreter" {52BBC66F}>: Debugger invoked on condition of type COMPILER-UNSUPPORTED-FEATURE-ERROR COMPILE-FORM unhandled case ((ANAPHORA:IT #:THIS-S2842))
Change History (6)
comment:1 Changed 13 years ago by
Keywords: | needs_test added |
---|---|
Milestone: | 0.28 → 1.0.1 |
comment:2 Changed 13 years ago by
Keywords: | needs_test removed |
---|---|
Milestone: | 1.0.1 → 1.1.0 |
comment:4 Changed 12 years ago by
Compilation failure fixed by replacing compiled code with the original form.
However, a condition should be signalled to the user; that's the work left to do here.
comment:5 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Quicklisp correctly reports "Unable to compile macro DEFINE-LET+-EXPANSION."
I guess the work here is done.
Note: See
TracTickets for help on using
tickets.
Test: