nobu (Nobuyoshi Nakada)
- Login: nobu
- Email: nobu@ruby-lang.org
- Registered on: 04/27/2008
- Last sign in: 07/09/2026
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 50 | 862 | 912 |
| Reported issues | 23 | 308 | 331 |
Projects
| Project | Roles | Registered on |
|---|---|---|
| Ruby | Committer, Contributor | 04/27/2008 |
Activity
Today
-
07:57 AM Ruby Bug #22200 (Feedback): ObjectSpace._id2ref can return a different object than the id's owner on Ruby 4.0 (stale id2ref_tbl entry for objects with generic fields)
- `ObjectSpace._id2ref` does not guarantee the reference to the object, so it can happen of course.
And it has been deprecated for years, and is removed in 4.1.
You should use `WeakRef` or `WeakMap` instead.
07/13/2026
-
11:17 PM Ruby Revision dd24d3a5 (git): CI: Fetch vcpkg repository before install for baseline
- (cherry picked from commit 10f302f5877c53b878ded5698ae18dec8d5d52c4)
-
11:03 AM Ruby Revision db7fba32 (git): Make `__VA_ARGS__` check mandatory
- Since we already require C99 compilers, and autoconf 2.67 or later.
`__VA_ARGS__` is always available. -
11:03 AM Ruby Revision 2d894aeb (git): Suppress C99 mode warnings
-
08:58 AM Ruby Revision 75ccb208 (git): Replace separators only if it is necessary
-
01:58 AM Ruby Revision 35dc53e0 (git): Fix missing dependency of probes.h
-
01:48 AM Ruby Revision 09f5bff7 (git): Remove unused static variables
- These variables are used only when `VM_COLLECT_USAGE_DETAILS` is true.
07/12/2026
-
07:22 PM Ruby Bug #22191 (Closed): `Signal.trap(:EXIT)` exception only shown if `at_exit` also raises
- Applied in changeset commit:git|0d7e50a1746bfa3db2a50478d3680cd7c36ea383.
----------
[Bug #22191] Report `EXIT` handler exceptions after `END` blocks
Keep exceptions raised by `EXIT` traps until `END` handlers finish.
That leaves them ... -
07:22 PM Ruby Revision 0d7e50a1 (git): [Bug #22191] Report `EXIT` handler exceptions after `END` blocks
- Keep exceptions raised by `EXIT` traps until `END` handlers finish.
That leaves them available for reporting during cleanup.
Print `END` handler exceptions without replaying causes already
reported from earlier exit handlers. This keeps... -
05:08 PM Ruby Revision 12ed8af9 (git): simplecov-{html,json} have been incorporated in SimpleCov 1.0.0
- ruby/net-imap#718