Opened 14 years ago
Last modified 3 years ago
#167 new defect
series fails to compile
| Reported by: | Mark Evenson | Owned by: | ehuelsmann |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.9.2 |
| Component: | compiler | Version: | 0.27 |
| Keywords: | quicklisp series compiler | Cc: | |
| Parent Tickets: |
Description
The version of Series packaged by Quicklisp #<SYSTEM series / series-20101006-cvs / quicklisp 2011-07-30> fails to compile emitting errors from the compiler complaining about unhandled cases:
[…] ; (DEFS TO-ALTER ...) ; UNSUPPORTED-FEATURE: COMPILE-FORM unhandled case ((*OPTIMIZE-SERIES-EXPRESSIONS* NIL)) ; (DEFS SERIES ...) ; UNSUPPORTED-FEATURE: COMPILE-FORM unhandled case ((*OPTIMIZE-SERIES-EXPRESSIONS* NIL)) ; (DEFS LITERAL-SERIES ...) ; UNSUPPORTED-FEATURE: COMPILE-FORM unhandled case ((*OPTIMIZE-SERIES-EXPRESSIONS* NIL)) ; (COMMON-LISP:DEFUN SERIES-READER ...) ; (DEFS MAKE-SERIES ...) ; UNSUPPORTED-FEATURE: COMPILE-FORM unhandled case ((*OPTIMIZE-SERIES-EXPRESSIONS* NIL)) ; (DEFTYPE *TYPE* ...) ; (DEFS SCAN-RANGE ...) ; UNSUPPORTED-FEATURE: COMPILE-FORM unhandled case ((*OPTIMIZE-SERIES-EXPRESSIONS* NIL)) ; (DEFMACRO NULL-SCAN ...) ; (DEFMACRO LIMITED-SCAN ...) ; (DEFMACRO LIST-SCAN ...) ; (DEFS SCAN ...) ; UNSUPPORTED-FEATURE: COMPILE-FORM unhandled case ((*OPTIMIZE-SERIES-EXPRESSIONS* NIL)) ; (COMMON-LISP:DEFUN PROMOTE-SERIES ...) ; (DEFS COTRUNCATE ...) ; UNSUPPORTED-FEATURE: COMPILE-FORM unhandled case ((*OPTIMIZE-SERIES-EXPRESSIONS* NIL)) ; (DEFS SCAN* ...) ; UNSUPPORTED-FEATURE: COMPILE-FORM unhandled case ((*OPTIMIZE-SERIES-EXPRESSIONS* NIL)) ; (COMMON-LISP:DEFUN DECODE-MULTIPLE-TYPES-ARG ...) ; (DEFS SCAN-MULTIPLE ...) ; UNSUPPORTED-FEATURE: COMPILE-FORM unhandled case ((*OPTIMIZE-SERIES-EXPRESSIONS* NIL)) […]
Change History (16)
comment:1 Changed 12 years ago by
| Milestone: | unscheduled → 1.2.0 |
|---|
comment:2 Changed 12 years ago by
| Milestone: | 1.2.0 → 1.3.0 |
|---|
Compilation succeeds with warnings, but (ASDF:TEST-OP :series) fails.
comment:5 Changed 12 years ago by
| Milestone: | 2.0.0 → 1.4.0 |
|---|
comment:7 Changed 9 years ago by
| Priority: | major → minor |
|---|
New error: SERIES #<QL-DIST:SYSTEM series-tests / series-20131111-git / quicklisp 2016-10-31>} from quicklisp 2016-10-31 fails due to a conflict with CL:LOOP.
SERIES should probably fix
A symbol named COLLECT is already accessible in package COMMON-LISP-USER.
[Condition of type PACKAGE-ERROR]
Restarts:
0: [RETRY] Retry compiling #<ASDF/LISP-ACTION:CL-SOURCE-FILE "series-tests" "s-test">.
1: [ACCEPT] Continue, treating compiling #<ASDF/LISP-ACTION:CL-SOURCE-FILE "series-tests" "s-test"> as having been successful.
2: [RETRY] Retry TEST-OP on #<ASDF/SYSTEM:SYSTEM "series">.
3: [ACCEPT] Continue, treating TEST-OP on #<ASDF/SYSTEM:SYSTEM "series"> as having been successful.
4: [RETRY] Retry ASDF operation.
5: [CLEAR-CONFIGURATION-AND-RETRY] Retry ASDF operation after resetting the configuration.
--more--
Backtrace:
0: (#<FUNCTION {390BC3CF}> #<PACKAGE-ERROR {DB163CD}> #<FUNCTION {390BC3CF}>)
1: (APPLY #<FUNCTION {390BC3CF}> (#<PACKAGE-ERROR {DB163CD}> #<FUNCTION {390BC3CF}>))
2: (SYSTEM::RUN-HOOK SYSTEM::*INVOKE-DEBUGGER-HOOK* #<PACKAGE-ERROR {DB163CD}> #<FUNCTION {390BC3CF}>)
3: (INVOKE-DEBUGGER #<PACKAGE-ERROR {DB163CD}>)
4: org.armedbear.lisp.Lisp.error(Lisp.java:382)
5: org.armedbear.lisp.Package.usePackage(Package.java:647)
6: org.armedbear.lisp.Primitives$pf_use_package.execute(Primitives.java:3342)
7: (USE-PACKAGE :SERIES #<PACKAGE COMMON-LISP-USER>)
comment:11 Changed 5 years ago by
| Milestone: | 1.6.2 → 1.7.0 |
|---|
comment:16 Changed 3 years ago by
| Milestone: | 1.8.1 → 1.9.2 |
|---|
Note: See
TracTickets for help on using
tickets.
Compilation succeeds but then the following form fails
as of Quicklisp?.
Use package local nicknames or?