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