ko1 (Koichi Sasada)
- Login: ko1
- Registered on: 05/28/2008
- Last sign in: 06/04/2025
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 87 | 619 | 706 |
Reported issues | 14 | 201 | 215 |
Projects
Project | Roles | Registered on |
---|---|---|
Ruby | Committer | 05/28/2008 |
Like
Activity
Today
-
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... -
09:31 AM Ruby Misc #21385: Namespace: Suggesting a rename
- other ideas:
* NameSpace (from ObjectSpace)
* NameCapsule
* RootNamespace
* ModuleGroup
* ModuleBag
* ModuleS... -
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`?
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... -
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...
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...
-
06:01 AM Ruby Bug #21330: Namespace: Class and Module frozen status is not namespaced
- I'm afraid that moving frozen flag into class_ext (and each built-in class variants can has each frozen state) makese...
05/31/2025
-
09:29 AM Ruby Revision 7b75b1f2 (git): prepare IDs for `Ractor::monitor`
- To prevent the following strange error, prepare IDs at first.
```
<internal:ractor>:596:in 'Ractor#monitor': sy... -
08:15 AM Ruby Revision e8b31c27 (git): rake 13.3.0 -> 13.2.1
- `make test-bundler-parallel` prints many errors, so try to
downgrade rake version.
```
219) bundle install --stand... -
04:06 AM Ruby Revision 57d10c6e (git): NEWS entries for `Ractor::Port`
Also available in: Atom