2009/10/7 Steve Rolls srolls24@gmail.com:
Thanks Ville. There is still at least one case that abcl is not happy with. A keyword argument with a default value.
Well, I'll see what I can do.
I also imagine that abcl is not happy with methods for make-instance itself taking keywords.
We now check initargs for shared-initialize and initialize-instance methods, but not for make-instance methods. It's probably reasonable to expect people to want to write :before/:after methods for make-instance.