Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: JRuby 1.0.0RC2
-
Fix Version/s: JRuby 1.1b1
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
The attached patch demonstrates a few cases that are not working correctly. We are waiting too long to construct LocalJumpError. We may even need to create it instead of JumpException for flow control, and find an alternative way to deal with the overhead, or have rescue blocks also catch JumpException and do the creation there.
Add cases to this test. We'll do our best to get them in for 1.0.
Without any additional reported failures related to LocalJumpError, this is being downgraded. I believe it should be fixed, but we need to be pragmatic about getting 1.0 out.