And fixed! It was defaulting methods found in a "class Object" section to be PRIVATE, but Ruby code did not appear to do that.
- Charlie On 3/6/06, Thomas E Enebo <[EMAIL PROTECTED]> wrote: > In xpath_parser.rb: > > class Object > def dclone > clone > end > end > > In 1.8.4 rexml it appears that the String "" is not seeing > dclone def'd in Object. Looks like a simple test case should > be possible. > > -Tom > > On Mon, 06 Mar 2006, Charles O Nutter defenestrated me: > > > That's a very good though...I think I'm still running on 1.8.2 libs > > here. I should probably upgrade, but perhaps they busted something. > > > > On 3/6/06, David Corbin <[EMAIL PROTECTED]> wrote: > > > I suppose it's possible that it's not a *true* regression, and that it's a > > > failure introduce by the Ruby 1.8.4 std libraries. Which version of Ruby > > > do > > > you use? > > > > > > David > > > > > > > -- > > 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&kid0944&bid$1720&dat1642 > > _______________________________________________ > > 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?cmdlnk&kid0944&bid$1720&dat1642 > _______________________________________________ > 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&kid0944&bid$1720&dat1642 _______________________________________________ Jruby-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jruby-devel
