#141: Fix the SETF expander to work with APPLY for arbitrary function ----------------------------+----------------------------------------------- Reporter: mevenson | Owner: somebody Type: defect | Status: new Priority: major | Milestone: 0.26 Component: other | Version: 0.24 Keywords: setf quicklisp | ----------------------------+----------------------------------------------- CL-CONTAINERS from Quicklist MAR2011 fails to compile because our SETF expander for APPLY doesn't work for functions other than #'AREF, #'BIT, and #'SBIT as can be seen [source:trunk/abcl/src/org/armedbear/lisp/late- setf.lisp#L90 by the ERROR generated by late-setf.lisp].
The SETF expansion for APPLY should work with an arbitrary function.