General

Profile

ko1 (Koichi Sasada)

  • Login: ko1
  • Registered on: 05/28/2008
  • Last sign in: 03/14/2024

Issues

open closed Total
Assigned issues 80 581 661
Reported issues 21 195 216

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

03/14/2024

06:11 AM Ruby master Feature #15554: warn/error passing a block to a method which never use a block
Matz accepted to try it with `-w` (WOW!) so I'll make a patch. ko1 (Koichi Sasada)

03/12/2024

05:32 AM Ruby master Bug #20277: Remove stale `String` test conditionals
+1 ko1 (Koichi Sasada)
04:28 AM Ruby master Feature #13557: there's no way to pass backtrace locations as a massaged backtrace
I'm not against but could you summarize usages? ko1 (Koichi Sasada)

03/01/2024

07:34 AM Ruby master Feature #20318: Pattern matching `case ... in` support for triple-dot arguments
I prefer
```ruby
def foo(...)
in [name] # foo('ko1')
puts name
in [first...
ko1 (Koichi Sasada)

02/29/2024

08:12 AM Ruby master Feature #15554: warn/error passing a block to a method which never use a block
We found issues with this warning system, like: https://github.com/ruby/ruby/commit/8316cb213c ko1 (Koichi Sasada)
08:10 AM Ruby master Feature #15554: warn/error passing a block to a method which never use a block
Duck typing case:
```
class C1
def foo = nil
end
class C2
def foo = yield
end
[C1.new, C2.new].ea...
ko1 (Koichi Sasada)
08:05 AM Ruby master Feature #15554: warn/error passing a block to a method which never use a block
Retry it on current master 2024.
Summary:
* false positive on several cases:
* intentional cases for duck ty...
ko1 (Koichi Sasada)

02/21/2024

09:56 AM Ruby master Misc #20287: DevMeeting before or after RubyKaigi
Thank you for the ticket!
There is no room reservation but
* 5/14 (Tue) (RubyKaigi day0) 14:00-16:00 (16:00-18:...
ko1 (Koichi Sasada)
06:38 AM Ruby master Revision d5786849 (git): `rb_thread_lock_native_thread()`
Introduce `rb_thread_lock_native_thread()` to allocate dedicated
native thread to the current Ruby thread for M:N thr...
ko1 (Koichi Sasada)

02/20/2024

06:59 PM Ruby master Revision b3c13de8 (git): skip a test on non-UTF-8 locale
`ruby --parser=prism -W:no-experimental --dump=parsetree -e :hi` prints
non-ASCII char(s) so the following test with ...
ko1 (Koichi Sasada)

Also available in: Atom