Set == broken in 1.9
--------------------
Key: JRUBY-3932
URL: http://jira.codehaus.org/browse/JRUBY-3932
Project: JRuby
Issue Type: Bug
Components: Core Classes/Modules, Ruby 1.9
Affects Versions: JRuby 1.3.1
Reporter: Thomas E Enebo
Assignee: Thomas E Enebo
Fix For: JRuby 1.4
equal?(set) goes into an infinite loop until stack space is exhausted:
{noformat}
require 'set'
s1 = Set.new
s2 = Set.new [1, 2]
s1 != s2
{noformat}
--
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