Pit Capitain wrote: > 2009/2/11 Rick DeNatale <rick.denatale / gmail.com>: >> Ruby 1.8.7 is NOT compatible with Ruby 1.8.6. > > I've seen many people claiming this, and they might be right of > course, but no one has shown any examples yet. If it is so hard to > find 1.8.6 code that doesn't work with 1.8.7, the backward > compatibility of 1.8.7 seems to be pretty good. Well, Rails. And many SWIG-based C-extensions - eg wxRuby. But this misses the main point - that there is no assurance that code developed using 1.8.7 (or 1.8.8) will run on 1.8.6. And no way of checking, other than scrutinising the ChangeLog. This is a huge disservice to library authors and users. a