nobu (Nobuyoshi Nakada)
- Login: nobu
- Email: nobu@ruby-lang.org
- Registered on: 04/27/2008
- Last sign in: 04/24/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/24/2026
-
05:13 AM Ruby Bug #22013: Array#| deduplication via eql? breaks when total element count exceeds ~16
- Is this a document issue?
04/20/2026
-
08:40 PM Ruby Revision c92f8b03 (git): wasm: Define `jit_exec` only if any JIT is enabled
- ```
../src/vm.c:566:1: warning: unused function 'jit_exec' [-Wunused-function]
566 | jit_exec(rb_execution_context_t *ec)
| ^~~~~~~~
```
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.