General

Profile

matsuda (Akira Matsuda)

  • Login: matsuda
  • Email: ronnie@dio.jp
  • Registered on: 07/25/2008
  • Last connection: 09/28/2023

Issues

open closed Total
Assigned issues 0 1 1
Reported issues 4 47 51

Projects

Project Roles Registered on
Ruby Committer 08/31/2013
Ruby master Committer 11/01/2012

Like

Activity

08/20/2023

09:04 AM Ruby master Revision f69f775f (git): [rubygems/rubygems] choose_from_list may return nil index since
https://github.com/rubygems/rubygems/commit/abacb0cb34cd
https://github.com/rubygems/rubygems/commit/5e2e9d6e50
matsuda (Akira Matsuda)

02/06/2023

04:19 PM Ruby master Revision 77bec15c (git): [rubygems/rubygems] Properly load the generated gemspec
The previous code loads bundler's gemspec which does not include the generated
gemspec file, and thus the test was pa...
matsuda (Akira Matsuda)
04:19 PM Ruby master Revision cab8c116 (git): [rubygems/rubygems] Properly exclude gemspec file itself from gem
by comparing the file names with full path.
Follows up https://github.com/rubygems/rubygems/commit/f444478eaccf
htt...
matsuda (Akira Matsuda)

01/20/2023

06:51 AM Ruby master Bug #19286 (Closed): What should kwargs' arity be?
Withdrawing the issue. Thank you for your participation in the discussion! matsuda (Akira Matsuda)

01/03/2023

05:20 AM Ruby master Bug #19297: Don't download content from internet to execute Ruby test suite
> MSpec claims that “it is syntax-compatible with RSpec 2”
...and syntax-suggest's specs are written in RSpec **3*...
matsuda (Akira Matsuda)

01/02/2023

01:38 PM Ruby master Bug #19296 (Closed): Time.new's argument check is incomplete
`Time.new` seems to be performing some sort of argument checking, but I found some strings that can bypass this valid... matsuda (Akira Matsuda)

01/01/2023

03:07 PM Ruby master Bug #19293 (Closed): The new Time.new(String) API is nice... but we still need a stricter version of this
The Ruby 3.2 style `Time.new(String)` API works very well so far, but since the original `Time.new(Integer, Integer, ... matsuda (Akira Matsuda)
01:50 PM Ruby master Bug #19292: Time object's wday, yday, and isdst returns broken value (and so does to_a) when kwarg in: 'UTC' was given
Confirmed the fix. Thank you, @nobu! matsuda (Akira Matsuda)

12/31/2022

09:38 PM Ruby master Bug #19292 (Closed): Time object's wday, yday, and isdst returns broken value (and so does to_a) when kwarg in: 'UTC' was given
$ ruby -e "p Time.new(2023, 1, 1, 0, 0, 0, in: 'UTC').wday"
7
$ ruby -e "p Time.new(2023, 1, 1, 0, 0, 0, in: 'UTC...
matsuda (Akira Matsuda)

12/30/2022

04:02 AM Ruby master Feature #19287: Let DelegateClass respect the original method's arity in case of 0
I should have posted the patch to delegate's own repo. Reposted the same patch to https://github.com/ruby/delegate/pu... matsuda (Akira Matsuda)

Also available in: Atom