From: Nobuyoshi Nakada Date: 2009-08-09T18:37:08+09:00 Subject: [ruby-core:24842] Re: [Bug #1883] REXML hash sometimes computes a value that is too large Hi, At Wed, 5 Aug 2009 04:43:31 +0900, Tomas Matousek wrote in [ruby-core:24758]: > This is potential problem for MRI as well since Array#hash blows up if any item's hash is not a Fixnum: > [C.new].hash # => in `hash': bignum too big to convert into `long' (RangeError) It's been fixed in r22308, and should be backported to 1.8. -- Nobu Nakada