nobu (Nobuyoshi Nakada)
- Login: nobu
- Email: nobu@ruby-lang.org
- Registered on: 04/27/2008
- Last sign in: 10/16/2025
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 44 | 859 | 903 |
Reported issues | 23 | 286 | 309 |
Projects
Project | Roles | Registered on |
---|---|---|
Ruby | Committer, Contributor | 04/27/2008 |
Activity
Today
-
12:58 AM Ruby Revision 56afc0a0 (git): [ruby/English] [DOC] Markup variables in the full list as code
- https://github.com/ruby/English/commit/5e60c1068a
-
12:58 AM Ruby Revision 4e6d78b8 (git): [ruby/English] [DOC] Enclose English in quotes
- https://github.com/ruby/English/commit/70b46b58cc
10/18/2025
-
03:54 AM Ruby Revision db357848 (git): [ruby/zlib] Initialize const member
- ```
/github/workspace/src/ext/zlib/zlib.c:2608:25: warning: default initialization of an object of type 'struct read_raw_arg' with const member leaves the object uninitialized [-Wdefault-const-init-field-unsafe]
2608 | struct re...
10/17/2025
-
09:55 AM Ruby Revision 837947ac (git): Compatibility with test-unit-ruby-core
-
06:09 AM Ruby Revision 87593f2c (git): Disable shorten-64-to-32 warning on IL32LLP64
- Disable the shorten-64-to-32 warning for now, because it currently
generates a lot of warnings on platforms where `sizeof(void*)` is
larger than `sizeof(long)`.
TODO: Replace `long` with `ptrdiff_t` or something in the all sources. -
06:09 AM Ruby Revision c2860bff (git): CI: Try mingw arm64
-
06:09 AM Ruby Revision 3dc62016 (git): win32: Install the same packages as vcpkg even on msys
-
06:09 AM Ruby Revision 89961f85 (git): configure.ac: Update caches for functions defined in win32.c
-
06:09 AM Ruby Revision 1546362f (git): win32: Prefix `clock_getclock` and `clock_getres`
- Get rid of conflict with inline versions provided in time.h.
-
06:09 AM Ruby Revision 485f079d (git): win32: OBJCOPY is not needed on Windows in favor of def file