nobu (Nobuyoshi Nakada)
- Login: nobu
- Email: nobu@ruby-lang.org
- Registered on: 04/27/2008
- Last sign in: 08/05/2026
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 85 | 867 | 952 |
| Reported issues | 21 | 312 | 333 |
Projects
| Project | Roles | Registered on |
|---|---|---|
| Ruby | Committer, Contributor | 04/27/2008 |
Activity
Today
-
12:59 AM Ruby Feature #22215 (Closed): Introduce narrow internal interfaces for bundled extensions
- Applied in changeset commit:git|b51ae934f7c81f4ef17d74cd0788e9eefac44149.
----------
[Feature #22215] Remove vm_core dependency from gc header
Keep `internal/gc.h` usable without VM-private definitions so bundled
extensions do not inhe... -
12:59 AM Ruby Revision b51ae934 (git): [Feature #22215] Remove vm_core dependency from gc header
- Keep `internal/gc.h` usable without VM-private definitions so bundled
extensions do not inherit `vm_core.h` dependencies. -
12:59 AM Ruby Revision 8f4a3c94 (git): [Feature #22215] Extract internal coverage API
- Provide a narrow coverage interface so `ext/coverage` does not depend
on GC or VM implementation headers. -
12:59 AM Ruby Revision b68ef95a (git): [Feature #22215] Extract internal objspace API
- Provide narrow accessors so `ext/objspace` does not depend on call
cache and call info layouts.
08/06/2026
-
02:00 AM Ruby Revision 40e2c0fb (git): [ruby/strscan] Fix `charpos` when the stored string is shrunk
- https://github.com/ruby/strscan/commit/7b77f30531
-
01:38 AM Ruby Revision 6251e06a (git): [ruby/strscan] Handle shrunk captures on TruffleRuby
- `integer_at` must read captures from the scanner current string.
https://github.com/ruby/strscan/commit/435095d898 -
01:38 AM Ruby Revision 6b93405b (git): [ruby/strscan] Return nil for empty integer captures
- JRuby must match the native implementation when captures become empty.
https://github.com/ruby/strscan/commit/535f9b43ba
08/05/2026
-
05:43 AM Ruby Misc #22221: DevMeeting-2026-08-06
- * [Feature #22215] Introduce narrow internal interfaces for bundled extensions
* Add narrow internal interfaces for the bundled extensions
* internal/coverage.h
* internal/objspace.h
* Remove the transitive inclusion of `vm_c...
08/04/2026
-
03:19 PM Ruby Revision 73bfbd23 (git): [ruby/io-console] Implement FFI console mode support
- Add the missing console mode API so JRuby and TruffleRuby match
the native extension.
https://github.com/ruby/io-console/commit/beaf98288b
08/03/2026
-
12:14 PM Ruby Revision 6579cc46 (git): Require Ruby 3.3 to run ruby/spec
- Match the runtime version check to the supported versions documented
in the README.