guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bug in apply-generic (goops 0.9.0)


From: Mikael Djurfeldt
Subject: Re: bug in apply-generic (goops 0.9.0)
Date: 16 Nov 2000 07:39:20 +0100
User-agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.7

"Lars J. Aas" <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]