Opened 13 years ago

Closed 13 years ago

#141 closed defect (fixed)

Fix the SETF expander to work with APPLY for arbitrary function

Reported by: Mark Evenson Owned by: somebody
Priority: major Milestone: 0.26
Component: other Version: 0.24
Keywords: setf quicklisp Cc:
Parent Tickets:

Description

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 by the ERROR generated by late-setf.lisp.

The SETF expansion for APPLY should work with an arbitrary function.

Change History (1)

comment:1 Changed 13 years ago by ehuelsmann

Resolution: fixed
Status: newclosed

(In [13450]) Fix #141 (SETF of APPLY not working with arbitrary function) by
"adding" the feature.

Note: See TracTickets for help on using tickets.