Automatically check compatibility of gems

Subscribe to Automatically check compatibility of gems 3 post(s), 3 voice(s)

 
Avatar kevinr 1 post(s)

This may be a crazy idea, but why not allow users to post the source url to particular gems, then isitruby19 can automatically pull the source code from the repository (subversion, git, etc.), run the tests for it and post the results of whether the tests pass or not.

This would probably give a basic view of whether any effort has been made for the gem to be compatible with Ruby 1.9 to begin with. There would probably be some difficulty trying the tests on multiple platforms.

Going one step further, isitruby19 could pull the source occasionally if the tests previously fail and see if there is any improvement.

Just a thought! ;-)

Thanks

 
Avatar Rahoul Baruah Administator 31 post(s)

We did think about this when we started the project – unfortunately we’ve been too busy to take it any further. It’s certainly something we plan on revisiting at some point however.

 
Avatar agrimm 4 post(s)

Maybe you could ask runcoderun to do the testing.

Signup or login to contribute