[jruby-dev] Need eyes on the Exception rescues Java exceptions fix

2010-04-07 Thread Charles Oliver Nutter
I committed (and merged a fix for JRUBY-4677 in 323ba1e. For those of you who don't have all ~5000 JRuby bugs memorized, this is the issue where rescue Exception did not rescue non-Ruby Java exceptions. The fix works like it should, capturing Java exceptions for any rescue Exception, but it

Re: [jruby-dev] Need eyes on the Exception rescues Java exceptions fix

2010-04-07 Thread Nick Sieger
On Wed, Apr 7, 2010 at 5:17 AM, Charles Oliver Nutter head...@headius.com wrote: I committed (and merged a fix for JRUBY-4677 in 323ba1e. For those of you who don't have all ~5000 JRuby bugs memorized, this is the issue where rescue Exception did not rescue non-Ruby Java exceptions. The fix