#162: Compilation of incorrect SETQ form leads to broken class file ----------------------------------------------------------------------------------------------+ Reporter: https://www.google.com/accounts/o8/id?id=AItOawkxtl_f2Gf6FJ5pQaKgtsFar1pqLYo... | Owner: ehuelsmann Type: defect | Status: new Priority: major | Milestone: 0.27 Component: compiler | Version: Keywords: | ----------------------------------------------------------------------------------------------+ Compilation of this file
--------- (setq (readtable-case *readtable*) :invert) ---------
leads to a class verification problem: Incorrect argument type.
Note the SETQ instead of SETF.
#162: Compilation of incorrect SETQ form leads to broken class file -----------------------------------------------------------------------------------------------+ Reporter: https://www.google.com/accounts/o8/id?id=AItOawkxtl_f2Gf6FJ5pQaKgtsFar1pqLYo... | Owner: ehuelsmann Type: defect | Status: closed Priority: major | Milestone: 0.27 Component: compiler | Version: Resolution: fixed | Keywords: -----------------------------------------------------------------------------------------------+ Changes (by ehuelsmann):
* status: new => closed * resolution: => fixed
Comment:
(In [13517]) Fix #162: Non-symbol in variable position of SETQ form causes class verification problems of generated .cls file.
armedbear-ticket@common-lisp.net