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
04/15/2026
-
04:14 PM Ruby Bug #22003 (Closed): .bundle extensions not built when doing out-of-source build
- Applied in changeset commit:git|c4b3630f5ec500b0d8699cffe214ada3161d0de8.
----------
[Bug #22003] Refactor template/configure-ext.mk.tmpl
- Select extension library directories by globbing extconf.rb.
- Exclude extensions for test befo... -
04:14 PM Ruby Revision c4b3630f (git): [Bug #22003] Refactor template/configure-ext.mk.tmpl
- - Select extension library directories by globbing extconf.rb.
- Exclude extensions for test before uniquifing bundled gems.
- Use `Dir.glob` base option to remove prefixed srcdir. -
02:41 AM Ruby Revision b21043f8 (git): Constify pack functions
04/14/2026
-
02:42 PM Ruby Revision 93f1010f (git): Packing the buffer into itself is not possible
- Reported at https://hackerone.com/reports/3601645.
-
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.