> Well I suppose that since ruby-core has acknowledged it and fixed it > in Ruby 1.9.1, we should just go ahead with a fix for it on our end. > We'll also want it to be fixed for our own 1.9 mode, after all. > > So...I vote fix. >
There's a related jira dealing with recursive hashes, too: http://jira.codehaus.org/browse/JRUBY-3653 I've uploaded a patch that fixes eql and == for recursive hashes & arrays (and combinations of them). Martin
