[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bug in 7/20/88 (beta) PCL
- To: larus@ginger.Berkeley.EDU
- Subject: Re: Bug in 7/20/88 (beta) PCL
- From: kiuchi.pa@Xerox.COM
- Date: 25 Jul 88 11:11 PDT
- Cc: kiuchi.pa@Xerox.COM, CommonLoops.pa@Xerox.COM
- In-reply-to: larus%paris.Berkeley.EDU@ginger.Berkeley.EDU (James Larus)'s message of Sun, 24 Jul 88 15:30:29 PDT
- Reply-to: Kiuchi.pa@Xerox.COM
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