for loop broken for 1.9
-----------------------

                 Key: JRUBY-3213
                 URL: http://jira.codehaus.org/browse/JRUBY-3213
             Project: JRuby
          Issue Type: Bug
          Components: Interpreter
    Affects Versions: JRuby 1.1.6
            Reporter: Michiel de Mare
             Fix For: JRuby 1.1.6


nw,org = [],[[1,2],[2,3]]
for a,b in org; nw << [a,b] ; end
raise "not equal" unless nw == org

Works for ruby 1.9, works for jruby 1.8.
Fails for jruby 1.9

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