topazproject / topaz

A high performance ruby, written in RPython
topazruby.com
BSD 3-Clause "New" or "Revised" License
1k stars 84 forks source link

Document version of MSpec and RubySpec that work #840

Closed chrisseaton closed 4 years ago

chrisseaton commented 9 years ago

Topaz doesn't seem to work with newer versions of MSpec and RubySpec. We can't find any version of them that will let us simply run invoke specs.run, but MSpec 36fe3b83 and RubySpec c48d28a4 let us run:

ruby ../mspec/bin/mspec ci -t ~/.rbenv/versions/topaz-dev/bin/topaz --config topaz.mspec :language

(if you add set :language, language in topaz.mspec)

To help prevent Topaz becoming bit-rotted, is anyone aware of the versions of MSpec and RubySpec that let us run all the specs? Can this be documented?

chrisseaton commented 4 years ago

Closing due to inactivity.

eregon commented 4 years ago

This was actually fixed I think, topaz now uses submodules for spec/mspec and spec/ruby so that should document nicely which versions work.