nobu (Nobuyoshi Nakada)
- Login: nobu
- Email: nobu@ruby-lang.org
- Registered on: 04/27/2008
- Last sign in: 04/13/2026
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 49 | 860 | 909 |
| Reported issues | 26 | 297 | 323 |
Projects
| Project | Roles | Registered on |
|---|---|---|
| Ruby | Committer, Contributor | 04/27/2008 |
Activity
Today
-
05:44 AM Ruby Revision 921e1f37 (git): ruby/ruby-bench#508 merged
04/13/2026
-
05:06 AM Ruby Bug #21870: Regexp: Warnings when using slightly overlapping \p{...} classes
- I think you mean [k-takata/Onigmo#175](https://github.com/k-takata/Onigmo/pull/175).
This PR looks to remove **all** warnings for character class overlapping, not only Unicode properties.
04/12/2026
-
07:58 AM Ruby Revision d0ef5d13 (git): Update ruby-bench to update stackprof
-
07:51 AM Ruby Revision b66b5008 (git): Remove postponed job APIs deprecated for 2 years
-
04:52 AM Ruby Bug #21992: Defining BasicObject#initialize causes segmentation fault
- petercooper (Peter Cooper) wrote:
> In Ruby HEAD, 4.0.2, 3.4.7, and 3.3.11 on macOS, this leads to an immediate segmentation fault. I also got this on Ruby 3.4.1 on Linux.
It looks like since 3.2 (commit:9c5e3671ebd9c07c178ca5dac08ad... -
02:47 AM Ruby Revision 4affbf79 (git): Fixed the error message for `ibf_load_builtin`
- `ibf_load_ptr` returns a pointer to the loaded data without a NUL
terminator. Like as the debug output above, the length of the loaded
data must explicitly specified.
04/10/2026
-
02:26 AM Ruby Feature #21987: Assume `chdir(2)` isn't called and cache `rb_dir_getwd_ospath()`
- byroot (Jean Boussier) wrote:
> This however assumes that C extensions or other native libraries never call `chdir(2)` after executing Ruby, or at least always reset it before yielding back to Ruby.
And no other process renames the d...
04/09/2026
-
08:34 AM Ruby Revision 03757030 (git): mkmf: check for C++ compiler
- It may be set to "false" if usable compiler is not found.
-
06:10 AM Ruby Revision b94a7ec7 (git): Suppress rev-parse error message when out-of-place build
-
05:19 AM Ruby Revision c091c186 (git): Fix thread leaks
- Wait for terminated threads to finish.