General

Profile

tikkss (Tsutomu Katsube)

  • Login: tikkss
  • Registered on: 10/12/2024
  • Last sign in: 09/13/2026

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 1 4 5

Activity

08/25/2026

09:51 PM Ruby Bug #22261: ruby-head builds have been failing on aarch64-linux CI in ruby/ruby-dev-builder
The daily "CRuby Dev Builds" workflow in ruby/ruby-dev-builder has been successful. Thanks for your quick fix! tikkss (Tsutomu Katsube)
11:41 AM Ruby Bug #22261 (Closed): ruby-head builds have been failing on aarch64-linux CI in ruby/ruby-dev-builder
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)

08/16/2026

12:08 AM Ruby Feature #21953: Allow accessing unshareable objects within a Ractor-local Ruby Box
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)

08/11/2026

03:25 AM Ruby Feature #21953: Allow accessing unshareable objects within a Ractor-local Ruby Box
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)

05/12/2026

02:39 PM Ruby Bug #22057 (Closed): test-bundler failed
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)
11:17 AM Ruby Bug #22057: test-bundler failed
I've created a PR at https://github.com/ruby/ruby/pull/16910. tikkss (Tsutomu Katsube)
02:39 PM Ruby Revision 9e0261a9 (git): [Bug #22057] test-bundler: add `--enable-gems` explicitly
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)

05/09/2026

12:02 AM Ruby Feature #21953: Allow accessing unshareable objects within a Ractor-local Ruby Box
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)

05/08/2026

10:15 PM Ruby Feature #21953: Allow accessing unshareable objects within a Ractor-local Ruby Box
@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)
09:18 PM Ruby Bug #21991: `$!` stays as the first exception in Ruby Box
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)

Also available in: Atom