nobu (Nobuyoshi Nakada)
- Login: nobu
- Email: [email protected]
- Registered on: 04/27/2008
- Last sign in: 12/20/2025
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 45 | 858 | 903 |
| Reported issues | 25 | 290 | 315 |
Projects
| Project | Roles | Registered on |
|---|---|---|
| Ruby | Committer, Contributor | 04/27/2008 |
Activity
Today
-
02:31 AM Ruby Revision 1bc2a915 (git): [DOC] Align tables in globals.md
- * Align "Contains" column in "Streams" table
* Align some columns vertically
* Remove a duplicate `$-a` description
12/20/2025
-
12:37 PM Ruby Revision 8f7c3603 (git): Fix a fragile test
- `Dir.mktmpdir` concatenates a random base-36 number separated by "-",
so may generate pathnames containing "-j4". -
07:59 AM Ruby Revision 77c3a9e4 (git): Revert pack/unpack support for LEB128
- https://bugs.ruby-lang.org/issues/21785#note-10
> It is too late to introduce it in Ruby 4.0, let's aim for 4.1.
This reverts commits:
* d0b72429a93e54f1f956b4aedfc25c57dc7001aa
Add support for signed and unsigned LEB128 to pack/unpa... -
04:47 AM Ruby Bug #21792: 4.0.0-preview3: Build fails with `--with-ext=` when ENABLE_SHARED=yes: ruby/digest.h not found for rubyspec CAPI extensions
- mdalessio (Mike Dalessio) wrote in #note-6:
> Ah, I see, is this because logger relies on monitor, and logger is no longer part of the stdlib (it is a bundled gem)?
Not `logger`, `lib/rubygems/core_ext/kernel_require.rb` requires `mo... -
12:14 AM Ruby Feature #21797: Make Etc.nprocessors cgroup-aware on Linux
- How about https://github.com/ruby/etc/tree/linux-cgroup-from-maxprocs?
12/19/2025
-
10:49 AM Ruby Bug #21794 (Closed): O_CLOEXEC is not available on Solaris 10
- Applied in changeset commit:git|dd2f7d6ae6ab53bea7a179338378e1d32c306747.
----------
[Bug #21794] Fix for platforms where O_CLOEXEC is not available -
06:33 AM Ruby Bug #21794: O_CLOEXEC is not available on Solaris 10
- Can [GH-15650](https://github.com/ruby/ruby/pull/15650) fix it?
-
10:48 AM Ruby Revision dd2f7d6a (git): [Bug #21794] Fix for platforms where O_CLOEXEC is not available
-
08:16 AM Ruby Revision f0472f2d (git): [Feature #21785] [DOC] LEB128 support
-
07:36 AM Ruby Revision 7b19f1a1 (git): Skip RBS Ractor test on Windows
- It seems hunging up.