Ville Voutilainen wrote:
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.
Thanks again Ville.
BTW, the performance improvements in head vs. the last version I used (0.13) are very impressive. Running regression tests on my code (which makes fairly extensive use of CLOS) took 300 seconds with 0.13. Now it is 24 seconds on the first run and 14 seconds on the second run.