akr (Akira Tanaka)
- Login: akr
- Email: akr@fsij.org
- Registered on: 12/11/2008
- Last sign in: 10/21/2024
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 16 | 233 | 249 |
Reported issues | 6 | 106 | 112 |
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
10/21/2024
- 10:06 AM Ruby master Bug #20693: Dir.tmpdir should perform a real access check before warning about writability
- OK. Thank you.
10/03/2024
- 09:10 AM Ruby master 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 master 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 master 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 master 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 master Feature #20610: Float::INFINITY as IO.select timeout argument
- This is an experimental patch (IO.select only).
- 01:26 AM Ruby master Feature #20610 (Open): 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 ...
06/19/2024
- 04:42 AM Ruby master Revision ed2f8ea6 (git): [DOC] IO#close on closed IO is not an error.
06/07/2024
- 12:56 PM Ruby master Bug #20518 (Closed): Escaped-newline in %W
- Applied in changeset commit:git|5e1001f754b34e1f0cc67563512c6036b6eb75ab.
----------
[DOC] document line continuatio... - 12:55 PM Ruby master Revision 5e1001f7 (git): [DOC] document line continuation.
- Document details of escape sequences including line continuation.
[Bug #20518]
Also available in: Atom