On 6 Sep 2009, at 00:50, Eric Hodel wrote: > On Sep 5, 2009, at 11:42, Yehuda Katz wrote: >> I think that one responsibility of maintainers of a component >> should be ensuring up-to-date and complete RubySpec coverage for >> that component. Does that make sense? > > I've already got test suites for RubyGems and RDoc, and some of > these components have test suites existing in test/. Do they really > need to be duplicated? It's arguable that RubySpec should only cover the language syntax and the core libraries as not all implementations of Ruby will necessarily want to include the full standard library. Ruby/dl for example is only present in MRI, not in JRuby or Rubinius, but I don't consider either to be a lesser implementation of Ruby itself for not including this library. Ellie Eleanor McHugh Games With Brains http://slides.games-with-brains.net ---- raise ArgumentError unless @reality.responds_to? :reason