Re: Adding a generic function layer inside OPERATE
Richard M Kreuter <[email protected]>
| Newsgroups | gmane.lisp.cclan.general |
|---|---|
| Message-ID | <[email protected]> |
Richard M Kreuter <[email protected]> writes: > At present, there's no obvious way to run code :before or :around > system-level actions other than wrapping operate/oos...A patch to > that effect follows... The patch I posted is terribly stupid: asdf doesn't recursively call OOS on dependency systems, so inserting a generic function layer where I did doesn't get you true :before or :after methods. Sorry to waste people's time. On the other hand, it looks as though I'm not the only one who wants to be able to add auxilliary methods to a gf whose call wraps around all the PERFORMs on a system (I guess somebody might want to do similarly for modules, too). -- RmK