#290 closed defect (fixed)
Compiling (defvar *foo* '(quote . x)) throws an error
| Reported by: | stassats | Owned by: | vvoutilainen |
|---|---|---|---|
| Priority: | major | Milestone: | 1.1.1 |
| Component: | compiler | Version: | |
| Keywords: | Cc: | stassats@… | |
| Parent Tickets: |
Description
The value X is not of type LIST.
The attached patch fixes it by using proper-list-of-length-p instead of length.
Attachments (1)
Change History (5)
by , 14 years ago
| Attachment: | dump-cons.diff added |
|---|
comment:1 by , 14 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → accepted |
comment:2 by , 14 years ago
| Resolution: | → fixed |
|---|---|
| Status: | accepted → closed |
comment:3 by , 14 years ago
comment:4 by , 13 years ago
| Milestone: | → 1.1.1 |
|---|
Note:
See TracTickets
for help on using tickets.
(In [14352]) Fix ticket 290, a compilation error of a quoted list