Opened 13 years ago

Closed 13 years ago

#162 closed defect (fixed)

Compilation of incorrect SETQ form leads to broken class file

Reported by: ehuelsmann Owned by: ehuelsmann
Priority: major Milestone: 0.27
Component: compiler Version:
Keywords: Cc:
Parent Tickets:

Description

Compilation of this file


(setq (readtable-case *readtable*) :invert)


leads to a class verification problem: Incorrect argument type.

Note the SETQ instead of SETF.

Change History (1)

comment:1 Changed 13 years ago by ehuelsmann

Resolution: fixed
Status: newclosed

(In [13517]) Fix #162: Non-symbol in variable position of SETQ form causes class
verification problems of generated .cls file.

Note: See TracTickets for help on using tickets.