[armedbear-ticket] [armedbear] #62: CLOS with &key arguments after &rest fails
#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 -- Ticket URL: <http://trac.common-lisp.net/armedbear/ticket/62> armedbear <http://common-lisp.net/project/armedbear> armedbear
#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))) -- Ticket URL: <http://trac.common-lisp.net/armedbear/ticket/62#comment:1> armedbear <http://common-lisp.net/project/armedbear> armedbear
#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. -- Ticket URL: <http://trac.common-lisp.net/armedbear/ticket/62#comment:2> armedbear <http://common-lisp.net/project/armedbear> armedbear
#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. -- Ticket URL: <http://trac.common-lisp.net/armedbear/ticket/62#comment:3> armedbear <http://common-lisp.net/project/armedbear> armedbear
participants (1)
-
armedbear