General

Profile

ko1 (Koichi Sasada)

  • Login: ko1
  • Registered on: 05/28/2008
  • Last sign in: 06/12/2025

Issues

open closed Total
Assigned issues 83 623 706
Reported issues 14 201 215

Projects

Project Roles Registered on
Ruby Committer 05/28/2008

Like

Activity

06/07/2025

07:24 PM Ruby Revision d0b5f315 (git): record load average at fail
On a high load machine, the following test can fail.
This patch simply records the load average with `uptime`.
```
...
ko1 (Koichi Sasada)
07:08 PM Ruby Revision 98ac3f1f (git): increase timeout for high load env
I can reproduce timeout failure with the high load machine:
```
$ RUBY_MAX_CPU=100 ruby -e '100.times{Ractor.new{loo...
ko1 (Koichi Sasada)
12:52 AM Ruby Revision 16057041 (git): ignore confirming belonging while finrializer
A finalizer registerred in Ractor A can be invoked in B.
```ruby
require "tempfile"
r = Ractor.new{
10_000.times{|...
ko1 (Koichi Sasada)

06/06/2025

04:44 AM Ruby Revision 1baa396e (git): fix `rp(obj)` for any object
Now `rp(obj)` doesn't work if the `obj` is out-of-heap because
of `asan_unpoisoning_object()`, so this patch solves i...
ko1 (Koichi Sasada)

06/05/2025

09:49 PM Ruby Revision a62166e2 (git): support nested VM barrier synchronization
on `RGENGC_CHECK_MODE > 1`, there are the following steps
1. gc_enter
2. vm_barrier
3. verify_internal_consistency
4...
ko1 (Koichi Sasada)
09:31 AM Ruby Misc #21385: Namespace: Suggesting a rename
other ideas:
* NameSpace (from ObjectSpace)
* NameCapsule
* RootNamespace
* ModuleGroup
* ModuleBag
* ModuleS...
ko1 (Koichi Sasada)
01:08 AM Ruby Bug #21396: Set#initialize should call Set#add on items passed in
How about to redfine `initialize` on subclass of `Set` to call `#add`? ko1 (Koichi Sasada)

06/04/2025

11:15 PM Ruby Revision 0ca80484 (git): mark main Ractor object
`RUBY_DEBUG=gc_stress ./miniruby -e0` crashes because of this
marking miss.
BTW, to use `RUBY_DEBUG=gc_stress` we ne...
ko1 (Koichi Sasada)
10:18 AM Ruby Revision 8070d5d9 (git): `Ractor#take` and warn
`Ractor#take` was deprecated but some libraries can use it as
an alias for `Ractor#value` (i.e., to wait for a Ractor...
ko1 (Koichi Sasada)

06/03/2025

06:57 AM Ruby Feature #21361: Set execution file and line
Note: As you may know, ISeq depends on the fact that one iseq has only one filename, so we need to change many places... ko1 (Koichi Sasada)

Also available in: Atom