Re: Method combination and ASDF

2024-04-25 Thread Faré
On Thu, Apr 25, 2024 at 9:11 PM Faré wrote: > > Funny, but ASDF 1 at some point (commit aa52ad22 1.128 to 1.636) up was > defining its own method combination, so users could write their own methods > without overwriting ASDF's (but still overwriting each other's). > > In practice it was only

Re: Method combination and ASDF

2024-04-25 Thread Faré
Funny, but ASDF 1 at some point (commit aa52ad22 1.128 to 1.636) up was defining its own method combination, so users could write their own methods without overwriting ASDF's (but still overwriting each other's). In practice it was only used for two :around methods for perform, with one being

Re: Method combination and ASDF

2024-04-25 Thread Robert Goldman
On 24 Apr 2024, at 3:39, Didier Verna wrote: > François-René ÐVB Rideau écrivait: > >> What are the methods defined by asdf-flv? > > In order to support file local variables, ASDF-FLV does this: > > (defmethod asdf:perform :around > ((operation asdf:load-op) (file asdf:cl-source-file)) >