[armedbear-devel] bug with initialize-instance and keyword arguments
Ville Voutilainen
ville.voutilainen at gmail.com
Wed Oct 7 16:26:55 UTC 2009
2009/10/7 Steve Rolls <srolls24 at 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.
More information about the armedbear-devel
mailing list