General

Profile

ko1 (Koichi Sasada)

  • Login: ko1
  • Registered on: 05/28/2008
  • Last sign in: 06/25/2024

Issues

open closed Total
Assigned issues 83 583 666
Reported issues 21 196 217

Projects

Project Roles Registered on
Ruby Committer 07/18/2008
Backport187 Committer 02/02/2009
Backport191 Committer 05/16/2009
Backport192 Committer 08/02/2010
Backport193 Committer 10/05/2011
Backport200 Committer 02/17/2013
Backport21 Committer 12/21/2013
Backport22 Committer 12/19/2014
Ruby 1.8 Committer 05/28/2008
Ruby master Committer 05/28/2008

Like

Activity

06/24/2024

07:50 AM Ruby master Revision 92f2cf1b (git): With ASAN `EC_REPUSH_TAG` doesn't work
With ASAN, `EC_TMPPOP_TAG`/`EC_REPUSH_TAG` doesn't work
so rewrite it without them. They are used for the performance...
ko1 (Koichi Sasada)

06/21/2024

01:36 PM Ruby master Revision bd583ca6 (git): retry on cancelling of `getaddrinfo`
When the registerred unblock function is called, it should retry
the cancelled blocking function if possible after ch...
ko1 (Koichi Sasada)

06/20/2024

03:43 PM Ruby master Revision b182f2a0 (git): fix sendfwd with `send` and `method_missing`
combination with `send` method (optimized) or `method_missing`
and forwarding send (`...`) needs to respect given
`rb...
ko1 (Koichi Sasada)

06/18/2024

01:16 AM Ruby master Feature #20425: Optimize forwarding callers and callees
ok go ahead! ko1 (Koichi Sasada)

06/13/2024

07:30 PM Ruby master Revision 420ef906 (git): respect `--error-output stderr` on parallel mode
`MultiFormatter#print_exception` should respect `--error-output stderr`. ko1 (Koichi Sasada)
08:26 AM Ruby master Revision 513520a1 (git): do not call `check_rvalue_consistency` here
in `free` is not valid object and should not call
`check_rvalue_consistency`.
ko1 (Koichi Sasada)
05:20 AM Ruby master Bug #20570 (Closed): Nokey behavior changed since 3.3.
ko1 (Koichi Sasada)
05:07 AM Ruby master Bug #20570: Nokey behavior changed since 3.3.
solved on master with:
https://github.com/ruby/ruby/commit/fc33559c40e08e4ae0a98821a679abddc4bb247c
ko1 (Koichi Sasada)
04:52 AM Ruby master Revision fc33559c (git): clear `kw_flag` if given hash is nil
https://bugs.ruby-lang.org/issues/20570 is caused I missed to
clear the `kw_flag` even if `keyword_hash` is nil.
ko1 (Koichi Sasada)
04:14 AM Ruby master Revision e4385baa (git): avoid recursive calls on `check_rvalue_consistency`
`check_rvalue_consistency` uses bitmap and `RVALUE_WB_UNPROTECTED`
etc calls `check_rvalue_consistency` again.
also ...
ko1 (Koichi Sasada)

Also available in: Atom