Re: [Jruby-devel] Resolving CWD.

2006-05-30 Thread Thomas E Enebo
I applied this. -Tom On Sun, 28 May 2006, Ola Bini defenestrated me: > Hi. > > I've spent some time trying to fix alot of the java.util.File-related > issues, and fixed some stuff. I can now locally install the rake gem, > including docs without error. I think I've fixed most of the CWD error

Re: [Jruby-devel] Resolving CWD.

2006-05-29 Thread Thomas E Enebo
Yeah I am hoping to apply this tommorow during some anticipated downtime. It seems fairly obvious we should not be apply CWD changes to File::Stat (so this is bound to be better than our current code there). -Tom On Mon, 29 May 2006, Charles O Nutter defenestrated me: > >Tom and I have be

Re: [Jruby-devel] Resolving CWD.

2006-05-29 Thread Charles O Nutter
Tom and I have been kicking around a similar approach for a while. We'll have a look at your patch and get back to you. The whole CWD thing is still evolving in JRuby (since until a couple months ago it wasn't even there) but this sounds like a good way to do it. On 5/28/06, Ola Bini <[EMAIL PROTEC

[Jruby-devel] Resolving CWD.

2006-05-28 Thread Ola Bini
Hi. I've spent some time trying to fix alot of the java.util.File-related issues, and fixed some stuff. I can now locally install the rake gem, including docs without error. I think I've fixed most of the CWD error, but I'm not sure if it will work better in multi-threaded places. Ok, what I've d