nobu (Nobuyoshi Nakada)
- Login: nobu
- Email: nobu@ruby-lang.org
- Registered on: 04/27/2008
- Last sign in: 11/24/2025
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 44 | 859 | 903 |
| Reported issues | 23 | 287 | 310 |
Projects
| Project | Roles | Registered on |
|---|---|---|
| Ruby | Committer, Contributor | 04/27/2008 |
Activity
Today
-
09:47 AM Ruby Revision aebd391f (git): Clean prism directory
11/26/2025
-
11:10 PM Ruby Revision 52426a22 (git): Remove an excess colon [ci skip]
-
09:55 AM Ruby Revision c85eb2d0 (git): [ruby/timeout] Revert "Suppress warnings in two tests"
- This reverts commit https://github.com/ruby/timeout/commit/983cbf636a17, that is
fixed by test-unit 3.7.3.
https://github.com/ruby/timeout/commit/095207f270 -
06:50 AM Ruby Revision 525ee3ab (git): [ruby/cgi] Fix mixed declarations and code
- Use C90 syntax only, as far as supporting ruby 2.6 or earlier.
https://github.com/ruby/cgi/commit/886c82982a -
06:41 AM Ruby Revision 43ed35de (git): [ruby/cgi] Skip unless `CGI::EscapeExt` methods are implemented
- https://github.com/ruby/cgi/commit/7b5a13952b
-
02:50 AM Ruby Revision 72eb929e (git): [DOC] Exclude the word Box from RDoc's autolinking
-
02:48 AM Ruby Revision 30fe3654 (git): Ignore missed commits [ci skip]
-
02:35 AM Ruby Revision 2f53985d (git): Revert miscommit at "Reset the cache variable before retrying"
- This reverts commit 26a9e0b4e31f7b5a9cbd755e0a15823a8fa51bae partially.
-
01:47 AM Ruby Revision 26a9e0b4 (git): Reset the cache variable before retrying
11/25/2025
-
02:27 PM Ruby Bug #21710: Segfault when reading object_id after it is set inside RUBY_INTERNAL_EVENT_NEWOBJ
- With the attached patch, GH-15320 works fine for `Struct`.
```console
$ ./ruby -r-test-/tracepoint -e 'foo = Struct.new(:foo); bar = nil; Bug.tracepoint_add_object_id { bar = foo.new(1) }; p bar.object_id'
16
```
Crashes for `Ob...