Re: [Jruby-devel] JRuby Ast

2006-05-30 Thread Thomas E Enebo
On Mon, 29 May 2006, Lukas Felber defenestrated me: > > I (Lukas Felber) am one of the three Swiss guys working on refactorings > for the RDT eclipse plugin. > > I have a Question concerning the common Classes of Ruby (like Object or > String). Is there a way to get to the JRuby Ast of those cl

Re: [Jruby-devel] IO error, on stuff that used to work.

2006-05-30 Thread Thomas E Enebo
I applied this. -Tom On Tue, 30 May 2006, Evan Buswell defenestrated me: > I think this patch should fix the buffering problem. Turns out C Ruby > doesn't tag an io stream as buffered until a *read* buffering operation > happens; I was tagging it for *write* as well. > > Let me know if it wo

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] Next IO-thingy that used to work.

2006-05-30 Thread Evan
This is odd. The only time this error is thrown is when Java throws an UnknownHostException. Running the gem code, I don't get this; I just get a really long hang followed by an OOM error. I assume this is what your yaml work is fixing, but anyway, maybe you just had a random connectivity blip?

Re: [Jruby-devel] IO error, on stuff that used to work.

2006-05-30 Thread Evan Buswell
I think this patch should fix the buffering problem. Turns out C Ruby doesn't tag an io stream as buffered until a *read* buffering operation happens; I was tagging it for *write* as well. Let me know if it works. Evan Thomas E Enebo wrote: > A simple hack which may or may not work is to remo