Re: [jruby-dev] Guidance on adding to JRuby

2010-03-05 Thread Brian
I ran one of the MRI test files against the lib and there were several failures. I will begin looking at cleaning these up on Sunday. I can commit the tests to the repo for others to begin work too. Brian On Mar 5, 2010, at 4:00 PM, Charles Oliver Nutter wrote: On Fri, Mar 5, 2010 a

Re: [jruby-dev] Guidance on adding to JRuby

2010-03-05 Thread Charles Oliver Nutter
On Fri, Mar 5, 2010 at 3:54 PM, Brandon Hauff wrote: > Hi, > > I tested this out and found at least one issue.  I posted it on the issues > page at github: http://github.com/bpmcd/win32ole/issues The logging appears to just be a System.out and probably wouldn't be the cause of the .Quit issue...

RE: [jruby-dev] Guidance on adding to JRuby

2010-03-05 Thread Brandon Hauff
Hi, I tested this out and found at least one issue. I posted it on the issues page at github: http://github.com/bpmcd/win32ole/issues I would also like to propose this gets included in the windows installer for jruby 1.5.0. Even if it has some bugs to be worked out, it would great to have so

Re: [jruby-dev] Guidance on adding to JRuby

2010-03-05 Thread Charles Oliver Nutter
Awesome :) Anyone on Windows want to give it a try? On Fri, Mar 5, 2010 at 1:03 PM, Brian wrote: > With the help of Tony Juckel and Charlie the basic functionality of win32ole > is working. I'm in the process of adding the MRI/test/win32ole dir to this > Jacob project and fleshing out the rest of

Re: [jruby-dev] Guidance on adding to JRuby

2010-03-05 Thread Brian
With the help of Tony Juckel and Charlie the basic functionality of win32ole is working. I'm in the process of adding the MRI/test/ win32ole dir to this Jacob project and fleshing out the rest of the impl. Feel free to pitch in. Brian On Mar 5, 2010, at 11:33 AM, Charles Oliver Nutter w

Re: [jruby-dev] Guidance on adding to JRuby

2010-03-05 Thread Charles Oliver Nutter
On Fri, Mar 5, 2010 at 10:44 AM, Joseph Athman wrote: > As far as the FFI version goes, I must say that I don't really know where to > start.  I'm trying to understand what's happening in the Win32API.rb and > samples/ffi rb files, but I must say they are pretty cryptic to me.  If I've > never don

Re: [jruby-dev] Guidance on adding to JRuby

2010-03-05 Thread Vladimir Sizikov
On Fri, Mar 5, 2010 at 5:44 PM, Joseph Athman wrote: > Does Rubinius have a working win32ole library? I don't think Rubinius runs on Windows at all at the moment. Thanks, --Vladimir - To unsubscribe from this list, please vis

Re: [jruby-dev] Guidance on adding to JRuby

2010-03-05 Thread Joseph Athman
I would be more than happy to either help Brian finish his implementation or start working on the FFI version. I would think for the good of the ruby community as a whole having an FFI version would be nice. Does Rubinius have a working win32ole library? As far as the FFI version goes, I must sa

Re: [jruby-dev] Guidance on adding to JRuby

2010-03-05 Thread Charles Oliver Nutter
On Thu, Mar 4, 2010 at 9:27 AM, Thomas E Enebo wrote: > The main downside of Jacob for me was that it seemed to run incredibly > slowly in comparison to MRI (from what I remember at least an order of > magnitude slower).  I did implement a simple win32ole shim using JI > layer (which obviously slo

Re: [jruby-dev] Guidance on adding to JRuby

2010-03-05 Thread Charles Oliver Nutter
On Wed, Mar 3, 2010 at 7:36 PM, Brian McDevitt wrote: > I went with the Jacob-based solution because it seems like the easiest route > and the Jacob project is quite mature.  I suspect that once the > method_missing > is working for the Win32OLE class 90% of the integration is done.  At that > poi

[jruby-dev] [jira] Created: (JRUBY-4623) Tempfile does not clean up on GC run

2010-03-05 Thread albert ramstedt (JIRA)
Tempfile does not clean up on GC run Key: JRUBY-4623 URL: http://jira.codehaus.org/browse/JRUBY-4623 Project: JRuby Issue Type: Bug Components: Core Classes/Modules Affects Versions: JRuby 1