Skip to content
Snippets Groups Projects
Commit 68c780f5 authored by pmai's avatar pmai
Browse files

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.
parent 9ce0a900
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment