Various issues with LocalJumpError not being created early enough
-----------------------------------------------------------------
Key: JRUBY-966
URL: http://jira.codehaus.org/browse/JRUBY-966
Project: JRuby
Issue Type: Bug
Affects Versions: JRuby 1.0.0RC2
Reporter: Charles Oliver Nutter
Assignee: Thomas E Enebo
Priority: Blocker
Fix For: JRuby 1.0.0
Attachments: test_local_jump_error.rb
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.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email