Custom Query (1030 matches)
Results (931 - 933 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #392 | fixed | Cannot use a symbol macro as default initarg. | ||
| Description |
Compiling a file containing: (in-package :cl-user) (define-symbol-macro foo t) (defclass bar () ((baz :initarg :baz)) (:default-initargs :baz foo)) I get this: ;Compiling "/tmp/use-case.lisp"... ;Compiler warnings for "/tmp/use-case.lisp" : ; In an anonymous lambda form inside an anonymous lambda form: Undeclared free variable FOO ;Loading #P"/tmp/use-case.lx32fsl"... If I try to create an instance of BAR, I get an error "Unbound variable: FOO" |
|||
| #397 | invalid | Warning in %COMPILE-FILE | ||
| Description |
Doing a full rebuild of the x86/32 port revision 11602, I get this: ;Compiler warnings for "/home/hechee/Software/opt/ccl/lib/nfcomp.lisp" : ; In %COMPILE-FILE: In the call to REPORT-DEFERRED-WARNINGS with arguments (*COMPILE-FILE-PATHNAME*), ; 1 argument were provided, but at most 0 are accepted ; by the current global definition of REPORT-DEFERRED-WARNINGS |
|||
| #524 | fixed | CL:CHARACTER signals a SIMPLE-ERROR instead of a TYPE-ERROR | ||
| Description |
(character "FOO") signals a SIMPLE-ERROR while the HyperSpec says "Should signal an error of type type-error if object is not a character designator." I'm using "Version 1.3-r12182M (LinuxX8632)" |
|||
Note:
See TracQuery
for help on using queries.
