General

Profile

akr (Akira Tanaka)

  • Login: akr
  • Email: akr@fsij.org
  • Registered on: 12/11/2008
  • Last sign in: 02/27/2024

Issues

open closed Total
Assigned issues 22 227 249
Reported issues 5 102 107

Projects

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

Activity

12/07/2023

09:28 AM Ruby master Revision abf192eb (git): always omit test_ai_addrconfig.
akr (Akira Tanaka)
06:59 AM Ruby master Feature #11322: OpenUri: RuntimeError: HTTP redirection loop
I agree with `max_redirects` option. akr (Akira Tanaka)

12/02/2023

02:46 PM Ruby master Bug #19144: Ruby should set AI_V4MAPPED | AI_ADDRCONFIG getaddrinfo flags by default
kjtsanaktsidis (KJ Tsanaktsidis) wrote in #note-5:
> @akr could you take a look at my PR when you get a chance? I thi...
akr (Akira Tanaka)

10/12/2023

03:00 PM Ruby master Revision c23b25f7 (git): describe the assumption for Range#overlap?.
Range#overlap? assumes that there is no minimum value.
This assumption makes
+(...-Float::INFINITY).overlap?((...-Flo...
akr (Akira Tanaka)

09/27/2023

02:37 PM Ruby master Feature #13933: Add Range#empty?
Dan0042 (Daniel DeLorme) wrote in #note-13:
> akr (Akira Tanaka) wrote in #note-12:
> > From experience with `Float...
akr (Akira Tanaka)

09/24/2023

01:43 PM Ruby master Feature #13933: Add Range#empty?
Dan0042 (Daniel DeLorme) wrote in #note-9:
> akr (Akira Tanaka) wrote in #note-8:
> > Range#empty? should work with...
akr (Akira Tanaka)

09/21/2023

11:47 AM Ruby master Feature #13933: Add Range#empty?
I described that this is difficult to implement in https://bugs.ruby-lang.org/issues/19839#note-18.
The problem is...
akr (Akira Tanaka)

09/19/2023

04:25 PM Ruby master Feature #19839: Need a method to check if two ranges overlap
`Range` has two semantics: succ-based and cover-based.
`none?` is succ-based because it is implemented in `Enumera...
akr (Akira Tanaka)

09/18/2023

01:55 PM Ruby master Feature #19839: Need a method to check if two ranges overlap
I found another corner case.
```
% ./ruby -e 'r = (...-Float::INFINITY); p r.overlap?(r)'
true
% ./ruby -e 'r ...
akr (Akira Tanaka)

06/09/2023

09:47 AM Ruby master Feature #19712: IO#reopen removes singleton class
I proposed adding a keyword argument as `io1.reopen(io2, retain_class:true)` at the meeting.
The keyword argument `r...
akr (Akira Tanaka)

Also available in: Atom