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: Strange things with "get-" prefix and native Kawa classes


On 12/29/2012 04:33 PM, Alex Moiseenko wrote:
Hi, is it correct behavior for Kawa? May be I don't understand something and I should not use functions with "get-" prefix for native kawa classes:

Well, Kawa is getting confused, because it thinks the get- method is for getting a field, so it compiles a field and accesses that instead. This is a bug. I don't know if it will be easy to fix, but I'll take a look. -- --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]