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

Re: Bug in 7/20/88 (beta) PCL



In CLOS spec. Charper2 2-40 defmethod, fourth paragraph in Remarks:, there is a
description:

" The exapnsion of the defmethod macro "refer to" each specialized parameter(see
the description od ignore in Common Lisp: The Language. p. 160). This includes
parameters that have an explicit parameter specializer name of t.  This means
that a compiler warning does not occur if the body of the method does not refer
to a specialized parameter."

This mean all specailized parameters should be referenced and ignore
declarations are redundant for specailized parameters.

Yasuhiko Kiuchi