Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#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)

dump-cons.diff (512 bytes) - added by stassats 11 years ago.

Download all attachments as: .zip

Change History (5)

Changed 11 years ago by stassats

Attachment: dump-cons.diff added

comment:1 Changed 11 years ago by vvoutilainen

Owner: changed from ehuelsmann to vvoutilainen
Status: newaccepted

comment:2 Changed 11 years ago by vvoutilainen

Resolution: fixed
Status: acceptedclosed

(In [14352]) Fix ticket 290, a compilation error of a quoted list

comment:3 Changed 11 years ago by Mark Evenson

(In [14354]) Backport r14352 | vvoutilainen | 2013-01-13 21:05:50 +0100 (Sun, 13 Jan 2013) | 1 line.

Fix ticket 290, a compilation error of a quoted list.

comment:4 Changed 11 years ago by Mark Evenson

Milestone: 1.1.1
Note: See TracTickets for help on using tickets.