[armedbear-ticket] [armedbear] #141: Fix the SETF expander to work with APPLY for arbitrary function
#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. -- Ticket URL: <http://trac.common-lisp.net/armedbear/ticket/141> armedbear <http://common-lisp.net/project/armedbear> armedbear
#141: Fix the SETF expander to work with APPLY for arbitrary function -----------------------+---------------------------------------------------- Reporter: mevenson | Owner: somebody Type: defect | Status: closed Priority: major | Milestone: 0.26 Component: other | Version: 0.24 Resolution: fixed | Keywords: setf quicklisp -----------------------+---------------------------------------------------- Changes (by ehuelsmann): * status: new => closed * resolution: => fixed Comment: (In [13450]) Fix #141 (SETF of APPLY not working with arbitrary function) by "adding" the feature. -- Ticket URL: <http://trac.common-lisp.net/armedbear/ticket/141#comment:1> armedbear <http://common-lisp.net/project/armedbear> armedbear
participants (1)
-
armedbear