akr (Akira Tanaka)
- Login: akr
- Email: akr@fsij.org
- Registered on: 12/11/2008
- Last sign in: 04/24/2025
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 16 | 230 | 246 |
Reported issues | 5 | 104 | 109 |
Projects
Project | Roles | Registered on |
---|---|---|
Ruby | Committer | 12/11/2008 |
Activity
04/24/2025
-
05:06 PM Ruby Feature #20610 (Closed): Float::INFINITY as IO.select timeout argument
- committed.
https://github.com/ruby/ruby/commit/698ef864a59004f468c77534d59e51e862ec2624
04/16/2025
-
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...
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.
>...
07/07/2024
-
10:58 AM Ruby Misc #20574: DevMeeting-2024-07-11
- * [Feature #20610] Float::INFINITY as IO.select timeout argument (akr)
* Float::INFINITY is useful for timeout com... -
02:01 AM Ruby Feature #20610: Float::INFINITY as IO.select timeout argument
- This is an experimental patch (IO.select only).
-
01:26 AM Ruby Feature #20610 (Closed): Float::INFINITY as IO.select timeout argument
- I propose IO.select accepts Float::INFINITY as a timeout argument.
It behaves the same as nil which means IO.select ...
Also available in: Atom