2009/9/10 Mark Evenson evenson@panix.com:
On 9/9/09 1:57 PM, Alan Ruttenberg wrote:
asdf::oos used to take a :verbose argument. It no longer does. This breaks some of my code (I'm trying to migrate to the latest abcl so I
The problem was introduced in changeset is [svn r12067][1]: 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.
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.