Luke Gruber
Luke Gruber
I believe we're seeing this `glibc` issue on our servers with `glibc 2.39`. We don't use `oneTBB`, though.
cc @shioimm
I don't think you can cache `idx` without a bounds check in `rfind` because the array could be modified by the block and resized, and`RARRAY_AREF` doesn't do bounds checking.
This branch is ready to be merged @ko1 . When you run the make command listed in the first commit, don't add the `-j` as this option is not supported...
MMTK CI failed but we found out why. We're waiting on https://github.com/ruby/ruby/pull/14811 to be merged.
Ready again for review 🙇♂️
Because the Windows barrier works differently, I'm thinking maybe it's easier if we allow the thread to join a barrier in `rb_ractor_living_threads_remove` but call these functions in normal order and...
I just figured out it works if you put `:verbose: 1` in your `~/.gemrc`, but I had to read the source to get that info. It would be nice if...
Sometimes the environment that you're in (like CI) is running `bundle install`, and it's going through a quite complicated build pipeline that you can't simply SSH into and try `gem...