k0kubun (Takashi Kokubun)
- Login: k0kubun
- Email: takashikkbn@gmail.com
- Registered on: 10/19/2015
- Last sign in: 11/05/2025
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 4 | 105 | 109 |
| Reported issues | 1 | 75 | 76 |
Projects
| Project | Roles | Registered on |
|---|---|---|
| Ruby | Committer, Release Manager | 05/15/2017 |
Activity
11/05/2025
-
06:28 PM Ruby Revision df290e11 (git): Skip an unstable IO test for mswin
- https://github.com/ruby/ruby/actions/runs/19107764906/job/54596244201
-
06:25 PM Ruby Revision 242d8edb (git): Extend timeout for unstable tests
- https://github.com/ruby/ruby/actions/runs/19111531630/job/54609629054
-
06:11 AM Ruby Bug #21668: Backport 6cc66469a007d2fb272397e5e27c20b4ce628f5e
- ruby_3_4 commit:c26a2b12e1f7f0779f2e86f59a405b1913cf72c8 merged revision(s) commit:377aa2a336cc700485c699ac49330f2a58b74906.
-
06:10 AM Ruby Revision c26a2b12 (git): merge revision(s) 377aa2a336cc700485c699ac49330f2a58b74906: [Backport #21668]
- [PATCH] Improve performance of UnicodeNormalize.canonical_ordering_one
Use array_of_integer.sort! instead of buble-sort-like algorithm -
04:08 AM Ruby Revision d43533a9 (git): ZJIT: Split LShift in arm64_scratch_split
-
04:08 AM Ruby Revision 53f1fc25 (git): ZJIT: Allow Store with 8-bit Opnd::Mem
11/04/2025
-
09:40 PM Ruby Revision 7a0d730e (git): Resurrect tests for StringScanner#rest?
- that has not been obsolete.
Partially reverting https://github.com/ruby/ruby/pull/15049. -
09:34 PM Ruby Revision fffa4671 (git): [ruby/strscan] Resurrect a method that has not been obsolete
- (https://github.com/ruby/strscan/pull/169)
Partially revert https://github.com/ruby/strscan/pull/168 because
strscan_rest_p did not have `rb_warning("StringScanner#rest? is
obsolete")`.
It is actively used by the latest tzinfo.gem, and...