nobu (Nobuyoshi Nakada)
- Login: nobu
- Email: nobu@ruby-lang.org
- Registered on: 04/27/2008
- Last connection: 05/18/2022
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 49 | 810 | 859 |
Reported issues | 16 | 263 | 279 |
Projects
Project | Roles | Registered on |
---|---|---|
Ruby | Developer | 07/18/2008 |
Backport186 | Developer | 10/14/2009 |
Backport187 | Developer | 07/15/2008 |
Backport191 | Developer | 05/16/2009 |
Backport192 | Developer | 08/02/2010 |
Backport193 | Developer | 08/24/2011 |
Backport200 | Developer | 02/17/2013 |
Backport21 | Developer | 12/21/2013 |
Backport22 | Developer | 12/19/2014 |
Ruby 1.8 | Developer | 04/27/2008 |
Ruby master | Developer | 04/27/2008 |
Activity
Today
-
08:28 AM Ruby master Bug #18407: Behavior difference between integer and string flags to File creation
- BTW, why do you use `File::` instead of `IO::`?
Because the documents in io.c use the former?
05/19/2022
-
07:27 AM Ruby master Bug #18407 (Closed): Behavior difference between integer and string flags to File creation
- `IO::BINARY` is for `O_BINARY` which comes from underlying runtimes, and unrelated to ruby encodings.
The second fo...
05/18/2022
-
05:33 AM Ruby master Revision 3db8db8a (git): `AR` does not need the absolute path
- Still use `find` to get rid of potential ARGV limit overflow, since
rustc-genrated object file names are mangled and ... -
05:33 AM Ruby master Revision 9b3ed5a2 (git): Extract YJIT_LIBS directly without copying
-
05:33 AM Ruby master Revision 9a0f5a8e (git): Verbose mode on libyjit merge
-
05:33 AM Ruby master Revision 97c12c5f (git): Clean intermediate object files
-
01:02 AM Ruby master Revision 42355187 (git): Try previous ruby-setup-ruby
- The commits between db14f2dde9ceeaa8acbcd31884475a7ce97ae9d3 and
11cc84264a91d42bc873f39d70678e44042322d2 seems break...
05/17/2022
-
11:47 AM Ruby master Bug #18061: Execshield test: libruby.so.N.N.N: FAIL: property-note test because no .note.gnu.property section found
- jaruga (Jun Aruga) wrote in #note-18:
> But as you said, it may work on Windows, Mac, *BSD too where Docker is insta... -
06:07 AM Ruby master Feature #14602: Version of dig that raises error if a key is not present
- ```ruby
[:name, :middle].inject(hash, :fetch) # raises KeyError (key not found: :middle)
``` -
04:55 AM Ruby master Revision 8a907da0 (git): Suppress an unused-but-set-variable warning [ci skip]
Also available in: Atom