rubyjs / therubyracer

Embed the V8 Javascript Interpreter into Ruby
1.66k stars 191 forks source link

Test on Ruby 2.2 and auto test on patched versions #343

Open nicolasleger opened 9 years ago

nicolasleger commented 9 years ago

Linked with Pull Request for 2.1.x: https://github.com/cowboyd/therubyracer/pull/298

cowboyd commented 9 years ago

It looks like this doesn't work against ruby 2.2

Clearly, it doesn't like something about the bundle install of redjs. I don't know why it's causing infinite recursion, but maybe it would help to use it as a simple gem rather than as bundled via git.

nicolasleger commented 9 years ago

Yes you're right, I tried to reproduce it locally to fix it but I didn't succeed yet.