#62: CLOS with &key arguments after &rest fails ----------------------+----------------------------------------------------- Reporter: mevenson | Owner: somebody Type: defect | Status: new Priority: major | Milestone: unscheduled Component: CLOS | Version: 1.0 Keywords: | ----------------------+----------------------------------------------------- The problem can be tested by attempting to load an ASDF system defintion as follows:
(asdf:operate 'asdf:load-op :abcl :verbose t)
which produces the error
Invalid initarg :VERBOSE.
but probably can be reduced to a simpler test case involving functions with &key arguments after &rest.
Introduced in r12067
#62: CLOS checking of MAKE-INSTANCE argument checking fails -----------------------+---------------------------------------------------- Reporter: mevenson | Owner: somebody Type: defect | Status: new Priority: major | Milestone: unscheduled Component: CLOS | Version: 1.0 Resolution: | Keywords: -----------------------+----------------------------------------------------
Comment(by mevenson):
Simplified test case to:
(require 'asdf) (apply #'make-instance 'asdf:load-op :original-initargs '(:verbose t) '(:verbose t)))
#62: CLOS checking of MAKE-INSTANCE argument checking fails -----------------------+---------------------------------------------------- Reporter: mevenson | Owner: somebody Type: defect | Status: closed Priority: major | Milestone: unscheduled Component: CLOS | Version: 1.0 Resolution: fixed | Keywords: -----------------------+---------------------------------------------------- Changes (by vvoutilainen):
* status: new => closed * resolution: => fixed
Comment:
Corrected by r12142.
#62: CLOS checking of MAKE-INSTANCE argument checking fails -----------------------+---------------------------------------------------- Reporter: mevenson | Owner: somebody Type: defect | Status: closed Priority: major | Milestone: 0.22 Component: CLOS | Version: 1.0 Resolution: fixed | Keywords: -----------------------+---------------------------------------------------- Changes (by ehuelsmann):
* milestone: unscheduled => 0.22
Comment:
closed is not 'unscheduled'; moving to the most recently closed milestone.
armedbear-ticket@common-lisp.net