I will check it out. When is the release "tonight" in GMT? ... I'm quite a few timezones away, I guess.
/O ----- Original Message ----- From: Charles O Nutter <[EMAIL PROTECTED]> Date: Monday, March 27, 2006 5:27 pm Subject: Re: [Jruby-devel] Re: PATCH: Various fixes to make RubyGems work, almost To: [email protected] > That seems fair. I can only assume this check was put in there to > prevent a > more painful failure further on in the parser, but the error > message is > going to be pretty straightforward in any case. Perhaps we'll add the > respond_to checks, and perhaps not. > > I'm more concerned about the fileutils.rb tweaks. I'd really rather > not fork > it and deliver our own if possible, but this may be a case where it's > warranted. It sure would be nice to get gems really working for the > releasetonight, so if you have any free time Ola see what you can do. > > On 3/27/06, Ola Bini <[EMAIL PROTECTED]> wrote: > > > > At 20:45 2006-03-26, you wrote: > > >Agreed on all points. The two hacks for IO=== and rescue > returning the > > >exception are, I believe easy enough fixes. The latter is an > interpreter> >issue, so I'll tackle that, and I think the IO=== > thing is just a matter > > >of findign an appropriate way to define it. Once I have those > modified> and > > >test cases written I'll commit the rest. > > > > Hi > > > > I got this working by replacing the IO=== with > io.respond_to?(:readline)> and io.respond_to?(:read) > > This seems to work fairly well, and give us the semantics we need. > > > > Regards > > Ola Bini > > > > > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by xPML, a groundbreaking scripting > > language > > that extends applications into web and mobile media. Attend the live > > webcast > > and join the prime developer group breaking into this new coding > > territory! > > http://sel.as- > us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642> > _______________________________________________> Jruby-devel > mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/jruby-devel > > > > > > -- > Charles Oliver Nutter @ headius.blogspot.com > JRuby Developer @ jruby.sourceforge.net > Application Architect @ www.ventera.com > ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ Jruby-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jruby-devel
