The daily "CRuby Dev Builds" workflow in ruby/ruby-dev-builder has failed every day since 2026-08-07: * https://github.com/ruby/ruby-dev-builder/actions/workflows/build.yml Because of this, `ruby-version: head` currently installs...tikkss (Tsutomu Katsube)
rkh (Konstantin Haase) wrote in #note-13: > From my understanding, @tikkss is trying to use `Ruby::Box` not for isolation but to make Ractor-incompatible code play nice with Ractors. Is that an intended use case? Yes, exactly. I'm no...tikkss (Tsutomu Katsube)
Eregon (Benoit Daloze) wrote in #note-10: > Could you compare with `fork`, since that's how many Ruby apps run today? > ... I decided not to pursue the `fork` comparison, for this reason: test-unit must run on every platform Ruby suppo...tikkss (Tsutomu Katsube)
Applied in changeset commit:git|9e0261a9dc1efd17a4698b1a804eb3641520d9da. ---------- [Bug #22057] test-bundler: add `--enable-gems` explicitly This is because `make test-bundler-parallel` command, which runs successfully via turbo_test...tikkss (Tsutomu Katsube)
This is because `make test-bundler-parallel` command, which runs successfully via turbo_tests, does not have `--disable-gems` option specified. `--disable-gems` is currently set in `RUN_OPTS`. Removing it would affect not only test-bund...tikkss (Tsutomu Katsube)
byroot (Jean Boussier) wrote in #note-6: > I understand the reasoning, however given the implementation of boxes, I fear implementing this proposal would reintroduce the need for many ractor locks, negating their usefulness. > ... Than...tikkss (Tsutomu Katsube)
@Eregon Thank you for even creating a verification script. If you are comparing the RSS of only a single process, I think your example is fine. However, I wanted to compare the total RSS including all worker processes. This is becau...tikkss (Tsutomu Katsube)
I have tried to fix this issue at RubyKaigi 2026 on Code Party. However, I was unable to fix it. I have confirmed that this issue has been resolved in 12bb895526. Thanks for your patch!tikkss (Tsutomu Katsube)