k0kubun (Takashi Kokubun)
- Login: k0kubun
- Email: takashikkbn@gmail.com
- Registered on: 10/19/2015
- Last sign in: 07/09/2026
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 4 | 113 | 117 |
| Reported issues | 1 | 78 | 79 |
Projects
| Project | Roles | Registered on |
|---|---|---|
| Ruby | Committer, Release Manager | 05/15/2017 |
Activity
07/14/2026
-
12:01 AM Ruby Revision 79d56a81 (git): v4.0.6
07/13/2026
-
11:53 PM Ruby Bug #22191: `Signal.trap(:EXIT)` exception only shown if `at_exit` also raises
- ruby_4_0 commit:42c09041fe98a932d5a2a14da861527d2d80b807 merged revision(s) commit:0d7e50a1746bfa3db2a50478d3680cd7c36ea383.
-
11:53 PM Ruby Revision 42c09041 (git): merge revision(s) 0d7e50a1746bfa3db2a50478d3680cd7c36ea383: [Backport #22191]
- [PATCH] [Bug #22191] Report `EXIT` handler exceptions after `END` blocks
Keep exceptions raised by `EXIT` traps until `END` handlers finish.
That leaves them available for reporting during cleanup.
Print `END` h... -
11:53 PM Ruby Bug #22189: `Enumerator::Lazy#to_enum` does not accept method names as strings
- ruby_4_0 commit:ca6c51ccc21cf9690eb4c11e0bfb97e3643c19db merged revision(s) commit:aaf54aa08b0ed73ae21786b5341f1ffc51659911.
-
11:53 PM Ruby Revision ca6c51cc (git): merge revision(s) aaf54aa08b0ed73ae21786b5341f1ffc51659911: [Backport #22189]
- [PATCH] [Bug #22189] Lazy `to_enum` should accept `String` method names too
Since `lazy_use_super_method` is the `Symbol`-to-`Symbol` mapping,
convert the given method name to a `Symbol` before consulting that
ta... -
11:52 PM Ruby Bug #22133: Ruby's default SIGINT handling ignores `Thread.handle_interrupt` masking.
- ruby_4_0 commit:10b2ee7f1c0b860ad0e9b55619c52743a5818f0e merged revision(s) commit:ef67c377508ea3a07516c1fa413a038b5268fc1c.
-
11:52 PM Ruby Revision 10b2ee7f (git): merge revision(s) ef67c377508ea3a07516c1fa413a038b5268fc1c: [Backport #22133]
- [PATCH] Respect `handle_interrupt` for default `SIGINT`. (#17533)
[[Bug #22133]] -
11:04 PM Ruby Revision ee3aebec (git): ZJIT: Optimize polymorphic setivar
-
11:04 PM Ruby Revision 10a5e5d3 (git): ZJIT: Share getivar and setivar dispatch
-
09:20 PM Ruby Revision d61174e5 (git): Fix random timeout in test_thread_join_during_finalizers on Windows (#16650)
- Reduce the number of spawned processes from 50 to 20 and increase the
timeout from 30s to 60s. Process creation is expensive on Windows, and
the combination caused the test to exceed the 30s limit on Windows CI.