ko1 (Koichi Sasada)
- Login: ko1
- Registered on: 05/28/2008
- Last sign in: 10/07/2025
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 78 | 640 | 718 |
| Reported issues | 13 | 203 | 216 |
Projects
| Project | Roles | Registered on |
|---|---|---|
| Ruby | Committer | 05/28/2008 |
Activity
10/30/2025
-
09:04 AM Ruby Revision 8e4dc109 (git): Ractor's name should be shareable
-
09:04 AM Ruby Revision b09f782f (git): Ractor's queue can contain unshareable objects
-
09:04 AM Ruby Revision 860bad85 (git): specific traces can be unshareable
-
09:04 AM Ruby Revision 09e9247e (git): MatchData may refer a String
-
09:04 AM Ruby Revision b9188901 (git): allow Ractor::Port shareable
-
09:04 AM Ruby Revision a003903e (git): fix cross ractor require
- `cross_ractor_require` is sharable object but it refers
to unsharable objects.
To fix it, make the process simple. -
09:04 AM Ruby Revision ef558cea (git): fix ibf and coverage sharable issue
-
09:04 AM Ruby Revision 3f230c7e (git): add deps
10/23/2025
-
04:08 AM Ruby Revision a1777998 (git): catch up modular-gc
-
04:08 AM Ruby Revision 3b190855 (git): skip jit payload
- They should be checked, but not sure JIT code...