From: Charles Oliver Nutter Date: 2009-02-12T19:21:54+09:00 Subject: Re: If you are unhappy with the direction of Ruby 1.8.7+, respond Bill Kelly wrote: > > From: "Rick DeNatale" >> >> As I remember it, Matz didn't want to have a version number like 1.8.10 > > For what it's worth, my recollection is that matz wasn't > _conceptually_ opposed to it, but rather it was not considered > acceptable to break the existing code in the field which performed > version checks based on string compares: > >>> "1.8.9" > "1.8.8" > => true > >>> "1.8.10" > "1.8.9" > => false I remember the discussions. I stand by my assertion that this is a bug. - Charlie