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
Hmm, I hadn't noticed anything missing, but I haven't gotten back into things full-speed either. It's certainly possible some commits went missing when the developer CVS server went down, but I'm not sure when those two methods were added. Do you remember?
On 5/27/06, Ola Bini <[EMAIL PROTECTED]> w
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
Hi again.
It seems that the remote fetching of RubyGems should be a good test case
for the new IO handlers. With the old stuff I actually managed to
download the Gem source index, but no luck so far with the new things:
After trying Tom's hack solution - which seems to work - I get this:
Attempt
Hi
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 classes. I know
how I can create an Ast out of a file I have
As long as the code doesn't *actually* mix the two IO modes, you should
be able to remove checkBuffered as an ugly temporary hack just to get
the piece of code running. However, if it does mix buffered and
unbuffered IO calls, this might cause spurious bugs.
The reason this is happening is that w