akr (Akira Tanaka)
- Login: akr
- Email: akr@fsij.org
- Registered on: 12/11/2008
- Last connection: 05/07/2022
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 32 | 215 | 247 |
Reported issues | 7 | 100 | 107 |
Projects
Project | Roles | Registered on |
---|---|---|
Ruby | Developer | 12/11/2008 |
Backport187 | Developer | 02/03/2009 |
Backport191 | Developer | 05/16/2009 |
Backport192 | Developer | 10/05/2011 |
Backport193 | Developer | 10/05/2011 |
Backport200 | Developer | 02/17/2013 |
Backport21 | Developer | 12/21/2013 |
Backport22 | Developer | 12/19/2014 |
Ruby 1.8 | Developer | 12/11/2008 |
Ruby master | Developer | 12/11/2008 |
Activity
05/07/2022
-
01:38 AM Ruby master Feature #18654: Enhancements to prettyprint
- kddeisz (Kevin Newton) wrote in #note-4:
> The algorithm difference of printing after the whole doc tree is built ver...
04/24/2022
-
02:16 PM Ruby master Revision 671d90ec (git): add description for IO.nonblock=.
10/25/2021
-
03:25 AM Ruby master Revision b74f9d65 (git): add example for buffer: argument of pack.
07/15/2021
-
05:18 AM Ruby master Feature #17994: Clarify `IO.read` behavior and add `File.read` method
- I feel adding File.read method is uselessly complex behavior:
Socket.read (no pipe) inherits IO.read (support pipe) ...
06/17/2021
-
06:54 AM Ruby master Feature #16962 (Feedback): Make IO.for_fd autoclose option default to false
-
06:53 AM Ruby master Feature #16962: Make IO.for_fd autoclose option default to false
- We don't close 0 (stdin), 1 (stdout), 2 (stderr) because
they can be used from various library.
If we close 2, ne...
04/16/2021
-
08:03 AM Ruby master Feature #17795: Around `Process.fork` callbacks API
- Another idea is introducing Process.fork_level which can be used to detect fork instead of getpid.
```
Process.fo...
03/19/2021
-
03:38 AM Ruby master Bug #17731: Integer downflow with inject/reduce
- marcandre (Marc-Andre Lafortune) wrote in #note-3:
> Right, there's a `ULONG2NUM` that seem to assume the subtotal i...
01/22/2021
-
06:20 PM Ruby master Feature #16978: Ruby should not use realpath for __FILE__
- I think we should use realpath.
The location of actual file is more robust.
Also, ELF dynamic linker has a featur...
01/13/2021
-
05:50 PM Ruby master Feature #17528: Make Addrinfo.getaddrinfo fall back to Timeout.timeout for :resolv_timeout
- How to test:
```
% vi /etc/resolv.conf # specify non-existing nameserver
% time ./ruby -rtimeout -rsocket -...
Also available in: Atom