Fixed buglet in the argument processing for the :METHOD-CLASS option to
DEFGENERIC: ENSURE-GENERIC-FUNCTION-USING-CLASS failed to coerce the :METHOD-CLASS argument to a class object, as specified in the AMOP, page 187 (entry for ENSURE-GENERIC-FUNCTION-USING-CLASS). This caused GENERIC-FUNCTION-METHOD-CLASS to return the uncoerced class name (i.e. a symbol), instead of a class, which caused both PCL internal as well as external code to fail.
Loading
Please register or sign in to comment