>>>>> "ecm" == Eric Marsden <[EMAIL PROTECTED]> writes:
ecm> In CVS CMUCL, you can use the following non-standard way of designating
ecm> the function object that corresponds to a specific method:
ecm> (function (pcl:fast-method method-name qualifiers specializers))
ecm> ,----
ecm> | CL-USER> (disassemble (function (pcl:fast-method slot-unbound :around (t
bet (eql involvedp)))))
Neat. I didn't know about this. However, it took me a while to
figure out how to use this with a method using max
method-combination. I was expecting the qualifiers to be a list, like
it is for find-method. But it is actually just the symbol.
Should this not be made consistent?
Ray