Issue #222 has been reported by Federico Builes. ---------------------------------------- Bug #222: Issues with Date#<=> http://redmine.ruby-lang.org/issues/show/222 Author: Federico Builes Status: Open Priority: Normal Assigned to: Category: Target version: Current versions of 1.8.6 return nil when doing comparations between Date:Infinity ruby -v -rdate -e"puts Date::Infinity.new <=> +Date::Infinity.new" ruby 1.8.6 (2008-06-29 patchlevel 255) [i686-darwin9.3.0] nil ruby-1.8.7 -v -rdate -e"puts Date::Infinity.new <=> +Date::Infinity.new" ruby 1.8.7 (2008-05-31 patchlevel 0) [i686-darwin9.3.0] 0 This might be a change worth backporting from 1.8.7 ---------------------------------------- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://redmine.ruby-lang.org/my/account