[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: symbol-class is bad name



I basically agree with Moon's comments on FIND-CLASS that support Gregor's last
message, and and the uses of SETF.  One small oversight

    Date: Wed, 04 May 88 17:43:25 PDT
    From: Warren Harris <harris%hplwhh@hplabs.HP.COM>

    How about the following change too (for consistency):

    (GET-METHOD gf qualifiers specializers &optional errorp)

    ==>  (SETF (FIND-METHOD gf qualifiers specializers &optional errorp) 
	       method-or-nil)

This is good.  It must be noted however that an error must be signalled if
method does not agree with the qualifiers and specializers provided.