nobu (Nobuyoshi Nakada)
- Login: nobu
- Email: nobu@ruby-lang.org
- Registered on: 04/27/2008
- Last sign in: 09/21/2026
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 91 | 876 | 967 |
| Reported issues | 24 | 314 | 338 |
Projects
| Project | Roles | Registered on |
|---|---|---|
| Ruby | Committer, Contributor | 04/27/2008 |
Activity
Today
-
10:11 AM Ruby Revision ec2eaf3f (git): Fix shorten-64-to-32 warnings
- `size_t` may be less than `off_t`
-
10:11 AM Ruby Revision 6cf57e66 (git): Add noreturn attribute to never called function
09/25/2026
-
11:28 AM Ruby Revision d3f0a612 (git): Fix up for wasm
- `stack_maxsize` is unknown on wasm and set to 0.
-
10:40 AM Ruby Revision 90a78de8 (git): Reserve more machine stack space for ASan builds
- Unoptimized ASan VM frames can exhaust the C stack before
`SystemStackError` is raised with the normal reserve. -
10:40 AM Ruby Revision 050e89ae (git): Honor the buffer size in Darwin `backtrace`
- Deep native stacks can overrun the caller's buffer while reporting
a crash because the Darwin implementation ignores `size`. -
03:19 AM Ruby Bug #22383: Fix inverted `STR_SHARED` check in `rb_str_tmp_frozen_release`
- Sorry, confusing with [Bug #22382].
-
03:08 AM Ruby Bug #22383: Fix inverted `STR_SHARED` check in `rb_str_tmp_frozen_release`
- With `class Ractor alias join take end unless Ractor.method_defined?(:join)`, it reproduced on 3.3 an 3.4.
09/24/2026
-
12:58 PM Ruby Revision ec9d3e21 (git): Remove the stale test
-
12:51 PM Ruby Revision 9cbb4e67 (git): Disable repeat counts for parallel tests
- Ignore `--repeat-count` during parallel tests because fresh workers
cannot expose state carried over between repetitions. -
12:51 PM Ruby Revision 108a92ac (git): Remove repeated test runs from macOS CI
- Drop `--repeat-count=2` and its dedicated settings because parallel
runs add CI time without testing state carried across repetitions.