14 messages in net.java.dev.jna.usersRe: [jna-users] Hello! JRuby, JNA, to...
FromSent OnAttachments
Charles Oliver NutterAug 31, 2007 8:53 am 
Timothy WallAug 31, 2007 9:19 am 
Timothy WallAug 31, 2007 9:49 am 
Charles Oliver NutterAug 31, 2007 9:54 am 
Dennis PortelloAug 31, 2007 9:59 am 
Charles Oliver NutterAug 31, 2007 10:15 am 
Timothy WallAug 31, 2007 10:30 am 
Charles Oliver NutterAug 31, 2007 10:36 am 
Charles Oliver NutterAug 31, 2007 11:04 am 
Timothy WallAug 31, 2007 11:04 am 
Charles Oliver NutterSep 1, 2007 4:04 pm 
Dennis PortelloSep 1, 2007 7:25 pm 
Charles Oliver NutterSep 2, 2007 8:32 am 
Dennis PortelloSep 2, 2007 10:51 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [jna-users] Hello! JRuby, JNA, toString errorActions...
From:Charles Oliver Nutter (char@sun.com)
Date:Aug 31, 2007 9:54:40 am
List:net.java.dev.jna.users

Timothy Wall wrote:

There's a bug in the proxy InvocationHandler; apparently the Method passed to the invoke method param for "toString" is a different reference (== fails) than the original Object.toString (.equals succeeds).

I've checked in a fix and tests to SVN.

Ok, now I just need to figure out how to build everything. BTW, I think it's only a matter of time before JNA is wired into JRuby to provide at least POSIX functions we don't have access to normally. Is there any library as part of JNA or from a third-party that might already expose all POSIX functions we'd be interested in? (i.e. to hell with fork).

- Charlie