On Sat, Nov 7, 2009 at 2:34 AM, Yoshinori Tahara read.eval.print@gmail.com wrote:
Hello.
Attached is a patch which fixes jcall in case there are multiple matching methods.
Hi. I have written very similar code (in Lisp) for a project of mine. However, I think that it's incorrect to just return the first applicable method, as there can be multiple ones, and you should choose the most specific. Anyway, your patch is a good start.
Bye, Alessio