2009/10/7 Steve Rolls srolls24@gmail.com:
There is still at least one case that abcl is not happy with. A keyword argument with a default value.
This problem is fixed by r12179. Our initarg checking used string= for the element of the method lambda list, but that element is a list if there's a default value for the argument.