Opened 14 years ago

Closed 13 years ago

Last modified 13 years ago

#228 closed enhancement (fixed)

Need to implement autoloader facility for SETF functions

Reported by: ehuelsmann Owned by: nobody
Priority: major Milestone: 1.1.1
Component: java Version:
Keywords: Cc:
Parent Tickets:

Description

The subject says it all: we currently have infrastructure for normal functions, but we need infrastructure for SETF functions as well.

Change History (3)

comment:1 by Mark Evenson, 13 years ago

Resolution: fixed
Status: newclosed

(In [14369]) Implementation of autoloader for SETF generalized references.

Fixes #296. Fixes #266. Fixes #228.

For forms which set the symbol properties of SETF-EXPANDER or
SETF-FUNCTION to function definitions, places stub of type
AutoloadGeneralizedReference to be resolved when first invoked.

comment:2 by Mark Evenson, 13 years ago

(In [14378]) Backport r14369 | mevenson | 2013-02-13 20:01:20 +0100 (Wed, 13 Feb 2013) | 7 lines

Implementation of autoloader for SETF generalized references.

Fixes #296. Fixes #266. Fixes #228.

For forms which set the symbol properties of SETF-EXPANDER or
SETF-FUNCTION to function definitions, places stub of type
AutoloadGeneralizedReference to be resolved when first invoked.

Does NOT include changes to asdf.

comment:3 by Mark Evenson, 13 years ago

Milestone: 1.2.01.1.1
Note: See TracTickets for help on using tickets.