Opened 13 years ago
Closed 12 years ago
#286 closed defect (fixed)
compile-time error when compiling ref to unknown type
Reported by: | gz | Owned by: | gz |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | ANSI CL Compliance | Version: | |
Keywords: | Cc: |
Description
? (compile nil '(lambda () (typep nil '(or none-such null)))) > Error: Unknown type specifier: NONE-SUCH > While executing: CCL::%%TYPEP, in process listener(1). > Type :POP to abort, :R for a list of available restarts. > Type :? for other options. 1 >
I'm working on a fix, just entering the bug for the record.
Change History (2)
comment:1 Changed 13 years ago by gz
- Status changed from new to assigned
comment:2 Changed 12 years ago by rme
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.
The compiler now warns (instead of signaling an error) about the undefined type.