[armedbear-ticket] [armedbear] #242: Unused &key arguments in defmethod forms should not cause style-warnings

armedbear armedbear-devel at common-lisp.net
Sat Sep 1 10:47:05 UTC 2012


#242: Unused &key arguments in defmethod forms should not cause style-warnings
-----------------------+----------------------------------------------------
 Reporter:  rschlatte  |       Owner:  ehuelsmann
     Type:  defect     |      Status:  new       
 Priority:  minor      |   Milestone:            
Component:  compiler   |     Version:            
 Keywords:             |  
-----------------------+----------------------------------------------------

Comment(by ehuelsmann):

 The best solution would be to take all keyword arguments from the generic
 function and, intersect them with the keys from the method function and
 add an IGNORABLE declaration for them: that'll generate style warnings for
 any keys specific for the method, but not for the ones inherited from the
 GF.

-- 
Ticket URL: <http://trac.common-lisp.net/armedbear/ticket/242#comment:3>
armedbear <http://common-lisp.net/project/armedbear>
armedbear


More information about the armedbear-ticket mailing list