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

[Jruby-devel] PATCH: serious effort to implement binding

2006-02-10 Thread Charles O Nutter
This is the first stab at really implementing binding, and I'll be committing it on my branch. It does its best to mimic what Ruby does for bindings. As it turns out, bindings in C Ruby are just blocks without code attached to them, and they're handled roughly the same. The only major difference is

Re: [Jruby-devel] PATCH: hacks while working on IRB, was: Need for an IRB that works

2006-02-10 Thread Thomas E Enebo
On Thu, 09 Feb 2006, Charles O Nutter defenestrated me: > Replies! > > - I'll check out rubicon, but we're really starting to push the limits > of Rubicon. I can change (i.e. break) some pretty core things without > Rubicon failing. We may want to consider finding a way to include > Ruby's own te