#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)
Changed 12 years ago by
Attachment: | dump-cons.diff added |
---|
comment:1 Changed 12 years ago by
Owner: | changed from ehuelsmann to vvoutilainen |
---|---|
Status: | new → accepted |
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
comment:3 Changed 12 years ago by
comment:4 Changed 12 years ago by
Milestone: | → 1.1.1 |
---|
Note: See
TracTickets for help on using
tickets.
(In [14352]) Fix ticket 290, a compilation error of a quoted list