akr (Akira Tanaka)
- Login: akr
- Email: akr@fsij.org
- Registered on: 12/11/2008
- Last sign in: 04/16/2025
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 16 | 230 | 246 |
Reported issues | 6 | 103 | 109 |
Projects
Project | Roles | Registered on |
---|---|---|
Ruby | Committer | 12/11/2008 |
Activity
Today
-
12:59 AM Ruby Misc #21154: Document or change Module#autoload?
- autoload is virtual require.
(like virtual memory)
In general, a user of require or autoload expects the specifie...
04/15/2025
-
08:01 AM Ruby Misc #20968: `Array#fetch_values` unexpected method name in stack trace
- I think omitting internal stack frames is more user friendly.
Some option to show all stack frames is required, of... -
06:55 AM Ruby Revision 698ef864 (git): `IO.select` accepts +Float::INFINITY+ as a timeout argument.
- matz accepted at the developper meeting 2024-07-11.
02/23/2025
-
01:37 AM Ruby Revision dfc25204 (git): [doc] update Time document.
02/22/2025
-
01:29 AM Ruby Revision b17f984e (git): [doc] Time class document updated.
-
01:09 AM Ruby Revision 4963d393 (git): Add description for Socket::Ifaddr#flags.
10/21/2024
-
10:06 AM Ruby Bug #20693: Dir.tmpdir should perform a real access check before warning about writability
- OK. Thank you.
10/03/2024
-
09:10 AM Ruby Bug #20693: Dir.tmpdir should perform a real access check before warning about writability
- I think the reason why `File.writable?` is used should be described in the source.
07/09/2024
-
01:17 AM Ruby Bug #20614: Integer#size returns incorrect values on 64-bit Windows
- You can use RbConfig::SIZEOF to query the size of a C type.
```
% ruby -v -rrbconfig/sizeof -e 'pp RbConfig::SIZE...
07/08/2024
-
11:36 PM Ruby Feature #20610: Float::INFINITY as IO.select timeout argument
- ioquatix (Samuel Williams) wrote in #note-2:
> Please note that `nil` timeout can mean use the default timeout.
>...
Also available in: Atom