Re: [Jruby-devel] Regression Bug

2006-02-10 Thread Charles O Nutter
Ok Corbin, your time has come. I'm taking a break from RoR, IRB, and VM work to look at this issue. If you have any more recent information or test cases, let me know. - Charlie On 1/22/06, David Corbin <[EMAIL PROTECTED]> wrote: > Here's a wierd regression bug, causing REXML to give false error

Re: [Jruby-devel] Regression Bug

2006-01-23 Thread David Corbin
Then it's probably my fault, but why would being inside a test matter? I'll try to look at in more detail tonight... David On Sunday 22 January 2006 17:20, Charles O Nutter wrote: > Looks like it may be a regression in regexp or something. The attached > script illustrates how a regexp in > li

Re: [Jruby-devel] Regression Bug

2006-01-22 Thread Charles O Nutter
Looks like it may be a regression in regexp or something. The attached script illustrates how a regexp in lib/ruby/1.8/rexml/parser/baseparser.rb, the TAG_MATCH regexp, is building incorrectly in JRuby, resulting in a bad match. Run in both JRuby and Ruby to compare. The "Ruby version" and "JRuby

Re: [Jruby-devel] Regression Bug

2006-01-22 Thread Charles O Nutter
Confirmed, it does appear to work fine in 0.8.2 and does not now...I'll have a looksee! - Charlie On 1/22/06, David Corbin <[EMAIL PROTECTED]> wrote: > Here's a wierd regression bug, causing REXML to give false errors. As near as > I can tell, it worked fine in 0.8.2. > > Please note, that if th