nobu (Nobuyoshi Nakada)
- Login: nobu
- Email: nobu@ruby-lang.org
- Registered on: 04/27/2008
- Last sign in: 12/20/2025
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 45 | 858 | 903 |
| Reported issues | 25 | 291 | 316 |
Projects
| Project | Roles | Registered on |
|---|---|---|
| Ruby | Committer, Contributor | 04/27/2008 |
Activity
12/29/2025
-
11:26 AM Ruby Revision da89f7f5 (git): Prefer `ALLOCV` over `ALLOCA` for unknown size
- `ALLOCA` with too large size may result in stack overflow.
Incidentally, this suppresses the GCC false maybe-uninitialized
warning in `product_each`.
Also shrink `struct product_state` when `sizeof(int) < sizeof(VALUE)`. -
09:41 AM Ruby Revision 26088dcd (git): [DOC] State that `rb_unexpected_type` is private
-
09:40 AM Ruby Revision 56a6a21f (git): Return `NULL` in a `void *` function
-
09:40 AM Ruby Revision 0f64da96 (git): Make `rb_check_typeddata` and `rbimpl_check_typeddata` identical
-
09:20 AM Ruby Revision 72627d85 (git): Declare `rb_data_typed_t` parameters and return values as nonull
-
08:22 AM Ruby Bug #21811 (Closed): Backport GH-15763
- https://github.com/ruby/ruby/pull/15763
-
01:33 AM Ruby Revision cb01b902 (git): rtypeddata.h: Add missing `RBIMPL_CAST`
- In public headers, casts should be enclosed in `RBIMPL_CAST` for
compilation in C++.
12/28/2025
-
05:01 PM Ruby Revision 68cd4635 (git): Ensure `T_DATA` before `RTYPEDDATA_P`
- For the precondition of `RTYPEDDATA_P` that the argument must be a
Ruby object of `::RUBY_T_DATA`. -
05:01 PM Ruby Revision 44e762a9 (git): Extract `rb_random_interface_t` alongside `rb_random_t` as well
-
01:34 AM Ruby Revision 6544c897 (git): Skip the hang-up test on mingw