nobu (Nobuyoshi Nakada)
- Login: nobu
- Email: nobu@ruby-lang.org
- 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:05 PM Ruby Bug #21801: compile failed at 4.0.0 preview 3 and snapshot issue
- darkspy (gerty ken) wrote:
> ENV:
> ...
Are you really using msys **1.0**? -
05:58 AM Ruby Revision 21917689 (git): [DOC] Refine packed_data.rdoc
- * Escape unexpected links
* Remove unnecessary path name from in-file reference -
05:39 AM Ruby Revision 87e78e6f (git): [DOC] Add multiline condition code example that was already possible
- To avoid the misconception that previously conditional code had to be
written on a single line.
12/21/2025
-
11:31 AM Ruby Revision d8b33993 (git): Box: Fix an unused variable warning
-
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