This is the mail archive of the kawa@sourceware.org mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Ateempt to rewrite a example from bytecode package on scheme


Yaroslav Kavenchuk wrote:
Example is attached

I get error at code
(*:getMethod helloWorldClass "add" argTypes)
Argument #3 ([Ljava.lang.Class;@54c4ad) to 'java.lang.Class.getMethod(java.lang.String,java.lang.Class[])' has wrong type ([Ljava.lang.Class;) (expected: java.lang.Class)

There are a couple of different problems.


The main one is that there are bugs Kawa's varargs handling.
I have a fix for one problem, but it's not good enough.
I'll try to fix the rest of the problems soon.
--
	--Per Bothner
per@bothner.com   http://per.bothner.com/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]