Well, actually this was more about getting RubyGems working better for the release. (See Charles mail further down).
/O ----- Original Message ----- From: Thomas E Enebo <[EMAIL PROTECTED]> Date: Monday, March 27, 2006 6:27 pm Subject: Re: [Jruby-devel] Re: PATCH: Various fixes to make RubyGems work, almost To: [email protected] > If you are wondering in regards to getting any addtional zlib fixes > in, then lets leave those until 0.8.3 is out. > > -Tom > > On Mon, 27 Mar 2006, Thomas E Enebo defenestrated me: > > It will be some time today. I am doing some final touches. > > I will let the suspense kill you :) > > > > -Tom > > > > On Mon, 27 Mar 2006, Ola Bini defenestrated me: > > > > > 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 > > > > -- > > + http://www.tc.umn.edu/~enebo +---- mailto:[EMAIL PROTECTED] ----+ > > | Thomas E Enebo, Protagonist | "Luck favors the prepared | > > | | mind." -Louis Pasteur | > > > > > > ------------------------------------------------------- > > 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 > > -- > + http://www.tc.umn.edu/~enebo +---- mailto:[EMAIL PROTECTED] ----+ > | Thomas E Enebo, Protagonist | "Luck favors the prepared | > | | mind." -Louis Pasteur | > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting > languagethat 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 > ------------------------------------------------------- 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
