General

Profile

ko1 (Koichi Sasada)

  • Login: ko1
  • Registered on: 05/28/2008
  • Last sign in: 09/19/2024

Issues

open closed Total
Assigned issues 85 586 671
Reported issues 23 199 222

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

09/05/2024

03:02 AM Ruby master Feature #15554: warn/error passing a block to a method which never use a block
As @Eregon mentioned on #60 we need to discuss how to enable strict mode.
https://hackmd.io/CoLraFp_QrqyHBcv3g8bVg?vi...
ko1 (Koichi Sasada)
02:48 AM Ruby master Feature #20627: `require` on Ractor should run on the main Ractor
I want to add new features:
* `Ractor._activated` which is called when the first `Ractor.new` is called
* `Ractor...
ko1 (Koichi Sasada)
02:35 AM Ruby master Feature #20715 (Assigned): `Ractor.[]` and `Ractor.[]=` to access Ractor local storage
Trivial proposal.
Now `Ractor#[]/#[]=` is supported to access current ractor local storage. However, it doesn't al...
ko1 (Koichi Sasada)

08/16/2024

08:43 AM Ruby master Bug #20675: Parse error with required kwargs and omitted parens
Dan0042 (Daniel DeLorme) wrote in #note-4:
> I believe Matz was talking about changing the behavior of `f k:<newline...
ko1 (Koichi Sasada)

08/15/2024

02:16 AM Ruby master Bug #20675: Parse error with required kwargs and omitted parens
This change is compatibility issue and I counted the number of `def foo k:<newline>` patterns and I found about 4000 ... ko1 (Koichi Sasada)

08/13/2024

03:18 AM Ruby master Bug #20671 (Closed): Do not show "unused block" warning on `send`
Matz accepted this idea so now I merged it.
ko1 (Koichi Sasada)
03:17 AM Ruby master Revision d5afa2cc (git): do not show unused block on `send`
Some case it is difficult to know the calling method uses a block
or not with `send` on a general framework. So this ...
ko1 (Koichi Sasada)

08/10/2024

01:44 AM Ruby master Bug #20671 (Closed): Do not show "unused block" warning on `send`
Let's disable "unused block" warning on `send` because now it is hard to recognize the calling method accepts a block... ko1 (Koichi Sasada)
01:17 AM Ruby master Bug #20670: fork deadlocks in child process due to timer thread
Thank you!
ko1 (Koichi Sasada)

07/30/2024

06:04 AM Ruby master Feature #20612: Introduce new Epsilon (no-op) GC
Another question is about naming, "Epsilon" is common term for users? ko1 (Koichi Sasada)

Also available in: Atom