[armedbear-devel] asdf regression

Mark Evenson evenson at panix.com
Thu Sep 10 10:01:22 UTC 2009


On 9/10/09 9:58 AM, Ville Voutilainen wrote:

> I'm at work and don't have access to abcl stuff. Do&key arguments before
> &rest work? I do remember trying asdf and thought that it didn't have problems
> with the args. Apparently I didn't try a sufficient amount of permutations.

After a bit more analysis on my part, the problem isn't the method 
declaration, but rather the call to MAKE-INSTANCE (which makes more 
sense as [r12067][1] modifies CHECK-INITARGS:

The bug can be reproduced more easily via:

(require 'asdf)
(apply #'make-instance 'asdf:load-op :original-initargs '(:verbose t) 
'(:verbose t)))

[1]: 
http://code.google.com/p/abcl-dynamic-install/source/detail?r=26ada20278cef40793fec65240f0986cb511dfeb

-- 
"A screaming comes across the sky.  It has happened before, but there
is nothing to compare to it now."




More information about the armedbear-devel mailing list