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.
Note: See
TracTickets for help on using
tickets.
(In [13517]) Fix #162: Non-symbol in variable position of SETQ form causes class
verification problems of generated .cls file.