General

Profile

nobu (Nobuyoshi Nakada)

  • Login: nobu
  • Email: nobu@ruby-lang.org
  • Registered on: 04/27/2008
  • Last sign in: 03/07/2026

Issues

open closed Total
Assigned issues 49 860 909
Reported issues 26 296 322

Projects

Project Roles Registered on
Ruby Committer, Contributor 04/27/2008

Activity

Today

08:39 AM Ruby Revision a3ee27fa (git): Fix `rdoc:%` target for bundled rdoc
nobu (Nobuyoshi Nakada)
08:39 AM Ruby Revision 6ba5c3ed (git): outdate-bundled-gems.rb: Keep gemspec files for default gems
nobu (Nobuyoshi Nakada)
12:42 AM Ruby Revision ad231cdf (git): Windows: Explicitly specify the use of `coreutils` commands
It appears that shims for individual commands are no longer being
created.
nobu (Nobuyoshi Nakada)

03/11/2026

06:32 AM Ruby Revision 944733cc (git): Fix conversion from pointer to integer
`long` and fixnum are not always sufficiently large for pointers. nobu (Nobuyoshi Nakada)

03/10/2026

08:43 AM Ruby Revision 78d6c9bf (git): Use sort.exe located in the same directory as comm.exe
Windows does not have comm.exe, but it does have sort.exe. However,
the default Windows sort.exe is always case-insensitive, so its
outputs is not suitable for input to UNIX-like `comm` tool.
nobu (Nobuyoshi Nakada)
06:36 AM Ruby Revision ae3ad5e1 (git): Windows: Explicitly specify the use of `coreutils` commands
It appears that shims for individual commands are no longer being
created.
nobu (Nobuyoshi Nakada)

03/09/2026

07:14 AM Ruby Revision 1b8c6c1e (git): Suppress a sign-compare warning
This cast is safe because `rb_absint_size` returns `nlz` within the
range `0...CHAR_BIT`.
nobu (Nobuyoshi Nakada)
07:14 AM Ruby Revision 59f744c5 (git): Suppress format warnings
Use the appropriate modifier. `size_t` is not always `unsigned long`,
even if the size is the same.
nobu (Nobuyoshi Nakada)
05:46 AM Ruby Revision 7bcb5178 (git): Mix upper bits when `st_index_t` is shorter than `uint64_t`
As well as when `uint64_t` is not available. Although we now assume
that `uint64_t` is always available, even on 32-bit platforms, the
size of `st_index_t` is the same as a pointer and would be shorter
than 64-bit.
nobu (Nobuyoshi Nakada)
05:46 AM Ruby Revision bab8120b (git): Separate the case `default_seed_bits` is 0
nobu (Nobuyoshi Nakada)

Also available in: Atom