tagomoris (Satoshi Tagomori)
- Login: tagomoris
- Email: tagomoris@gmail.com
- Registered on: 09/24/2010
- Last sign in: 09/17/2026
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 18 | 38 | 56 |
| Reported issues | 5 | 30 | 35 |
Projects
| Project | Roles | Registered on |
|---|---|---|
| Ruby | Committer | 05/08/2025 |
Activity
09/17/2026
-
03:56 PM Ruby Feature #22329: Specify --disable-gem per Ruby Box
- The PR to implement this feature with options:
* have only `disable_gems` to disable all of 4 gems
* respect the process-wide selection and leave RubyGems an others are not loaded if `--disable=gems` and `disable_gems: false` are speci... -
03:12 PM Ruby Feature #22329 (Open): Specify --disable-gem per Ruby Box
- Currently user boxes loads gems listed in the gem_prelude.rb if those gems are enabled in the process-wide.
There is just only way to disable gems in boxes: specify `--disable-gems` in the entire process.
This proposes a new keyword ...
05/10/2026
-
12:42 AM Ruby Feature #21881 (Closed): Split the root box into the (newer) root box and the master of copied user boxes
- Done
https://github.com/ruby/ruby/pull/16897
05/02/2026
-
03:02 PM Ruby Feature #21953: Allow accessing unshareable objects within a Ractor-local Ruby Box
- Basically, I agree to this proposal. The described use case is very clear and understandable to me.
Technically, we can find several things to be considered.
1) It's not clear how a box is tied with a ractor
This proposal is bas...
04/11/2026
-
05:48 PM Ruby Bug #21933 (Closed): Ruby::Box: named capture local variable can become nil after non-matching lines
-
04:13 AM Ruby Bug #21952: Ruby::Box double free at process exit when `fiddle/import` is required in multiple boxes
- As I commented, https://github.com/ruby/ruby/pull/16595 looks good to me.
02/24/2026
-
12:10 AM Ruby Feature #21881: Split the root box into the (newer) root box and the master of copied user boxes
- After a short coding, I changed my idea about the naming. The original copy of boxes will be `master` (master-copy).
I thought the `source` box should be confusing because the word "source" is used everywhere both in CRuby and Ruby code. -
12:06 AM Ruby Feature #21881 (Assigned): Split the root box into the (newer) root box and the master of copied user boxes
-
12:06 AM Ruby Feature #21881: Split the root box into the (newer) root box and the master of copied user boxes
- The root box is mandatory because it runs the code of Ruby runtime itself. For example, Array#fetch_values written in Ruby (array.rb).
02/15/2026
-
08:13 AM Ruby Bug #21830: Ruby::Box and Kernel#require
- I'll work on #21881 to solve this problem.