"Lars J. Aas" <[EMAIL PROTECTED]> writes:
> What is this all about?
[...]
> (apply-generic generic-method (list 5 "hello"))
>
> [RESULT]
>
> generic-method arguments:
> arg 1: #<procedure new-args>
> arg 2: 5
> rest : ("hello")
The apply-generic MOP is not completed. Therefore there's no reason
to use apply-generic. Use apply instead.
(I had no idea that apply-generic was bit-rotted to this extent,
though. Thanks for the bug-report.)
/mdj
_______________________________________________
Bug-guile mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-guile