Parsing related methods and class/interdace should have ManyVarsDynamicScope to 
share local variables
-----------------------------------------------------------------------------------------------------

                 Key: JRUBY-3627
                 URL: http://jira.codehaus.org/browse/JRUBY-3627
             Project: JRuby
          Issue Type: Task
          Components: Embedding
    Affects Versions: JRuby 1.3RC1
            Reporter: Yoko Harada
         Attachments: patch_for_parsing.txt

To share local variables between Java and Ruby, and to save them in Java for 
further eval executions, ManyVarsDynamicScope should be used in a parse method. 
In addition, the scope should be saved in EvalUnit type instance for later eval 
executions. Since pasing and evaluating processes should be separated, EvalUnit 
type instance is the only one place to save scope.

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