[Openmcl-devel] warning for apply

Joshua Moody moody at isi.edu
Wed Jun 14 14:03:33 PDT 2006


I receive this warning in OpenMCL 1.1-pre-060608

;   Function call arguments don't match current definition of  
CCL::APPLY+, in
; (ITEM-AT! (ARRAY T)).

when compiling this method:

(defmethod item-at! ((array array) value &rest indexes)
   (declare (dynamic-extent indexes))
   (setf (apply #'aref array indexes) value))

which is from Gary King's/EKSL's containers library.

I don't see this warning in ACL 8.0, Lispworks Personal, or in MCL.

Thoughts?

jjm




More information about the Openmcl-devel mailing list