[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

[jruby-dev] [jira] Created: (JRUBY-4701) [regression] IO.popen of 'yes' process silently terminates JRuby execution on #close (on Windows)

2010-04-07 Thread Vladimir Sizikov (JIRA)
[regression] IO.popen of 'yes' process silently terminates JRuby execution on #close (on Windows) - Key: JRUBY-4701 URL: http://jira.codehaus.org/browse/JRUBY-4701

[jruby-dev] [jira] Created: (JRUBY-4702) Jruby doesn't honour valid min/max heap size

2010-04-07 Thread brad Robertson (JIRA)
Jruby doesn't honour valid min/max heap size Key: JRUBY-4702 URL: http://jira.codehaus.org/browse/JRUBY-4702 Project: JRuby Issue Type: Bug Affects Versions: JRuby 1.4 Environment:

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

[jruby-dev] [jira] Created: (JRUBY-4703) -J-ea in native launcher is not enabling assertions

2010-04-07 Thread Thomas E Enebo (JIRA)
-J-ea in native launcher is not enabling assertions --- Key: JRUBY-4703 URL: http://jira.codehaus.org/browse/JRUBY-4703 Project: JRuby Issue Type: Bug Components: Launcher

[jruby-dev] [jira] Created: (JRUBY-4704) Java wrapper with no contents error when subclassing a Runnable class in JRuby

2010-04-07 Thread Gergely Nagy (JIRA)
Java wrapper with no contents error when subclassing a Runnable class in JRuby Key: JRUBY-4704 URL: http://jira.codehaus.org/browse/JRUBY-4704 Project: JRuby

[jruby-dev] [jira] Created: (JRUBY-4705) Can't trap special signal 'EXIT' or '0'

2010-04-07 Thread Matt Baker (JIRA)
Can't trap special signal 'EXIT' or '0' - Key: JRUBY-4705 URL: http://jira.codehaus.org/browse/JRUBY-4705 Project: JRuby Issue Type: Bug Components: Core Classes/Modules Affects