Ruby#tearDown method causes system exit, but should just raise exception for 
embedding API
------------------------------------------------------------------------------------------

                 Key: JRUBY-4640
                 URL: http://jira.codehaus.org/browse/JRUBY-4640
             Project: JRuby
          Issue Type: Bug
          Components: Core Classes/Modules
    Affects Versions: JRuby 1.5
            Reporter: Yoko Harada
         Attachments: Ruby_tearDown.patch

Ruby#tearDown() method causes system exit when error occurs while evaluating. 
However, embedding API wants tearDown() method to just raise exception and not 
to exit JVM. embedding API want a change to manage exception when error is 
raised.

Attached patch controls system exit. This patch doesn't affect regular script 
evaluation.

-- 
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


Reply via email to