Open enebo opened 11 months ago
Apologies for the delay. Did you run into this issue on JRuby or older versions of MRI?
@yuki24 on JRuby. When we try and run C Ruby test suite it disables the did_you_mean formatter. JRuby has no Ractors so it doesn't replace the formatter.
I was not passing some MRI pattern matching specs and realized that it was not setting the NullFormatter. It is because formatter requires Ractors to work.
I did a quick fix:
but I suspect this is not right. This is a global setting and not just a thread-specific one...or is it?