rspec / rspec-support

Common code needed by the other RSpec gems. Not intended for direct use.
https://rspec.info
MIT License
99 stars 103 forks source link

Disable ripper in TruffleRuby due to slow performance #541

Closed bjfish closed 2 years ago

bjfish commented 2 years ago

From comment: https://github.com/rspec/rspec-metagem/issues/68#issuecomment-1098037326

I think we should disable the usage of Ripper by RSpec for TruffleRuby, in practice it seems currently very slow (seconds of pause just before showing errors & backtraces) and so it hurts the user experience a lot more than help.

cc @eregon

pirj commented 2 years ago

Thanks