nobu (Nobuyoshi Nakada)
- Login: nobu
- Email: nobu@ruby-lang.org
- Registered on: 04/27/2008
- Last sign in: 01/04/2026
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 44 | 859 | 903 |
| Reported issues | 25 | 292 | 317 |
Projects
| Project | Roles | Registered on |
|---|---|---|
| Ruby | Committer, Contributor | 04/27/2008 |
Activity
Today
-
07:47 AM Ruby Revision 28b0e512 (git): [Bug #18433] Remove unneeded declaration
- This `rb_cObject` declaration was only for `rb_cData()` that was
removed at 7c738ce5e649b82bdc1305d5c347e81886ee759a. -
07:47 AM Ruby Revision 32674606 (git): Update bindgen
-
02:10 AM Ruby Feature #21822: Expose Return Value in the ensure Block
- https://github.com/nobu/ruby/tree/retval-in-ensure
01/04/2026
-
07:01 AM Ruby Revision 18672b39 (git): [DOC] Add `base-url` to ChangeLog by default
- It is used to expand repository references to URL.
01/03/2026
-
09:35 AM Ruby Feature #21821: Add Stack and SizedStack classes
- byroot (Jean Boussier) wrote:
> Currently `Queue` and `SizedQueue` are technically defined under `Thread` and aliased in `Object`.
> ...
I think it will depend on what you achieve with `Stack`.
If you want to use it for inter thread... -
06:45 AM Ruby Bug #21819 (Closed): A Data object should be frozen even if it has no members
- Applied in changeset commit:git|d7a6ff8224519005d2deeb3f4e98689a8a0835ad.
----------
[Bug #21819] Data objects without members should also be frozen -
06:11 AM Ruby Bug #21819: A Data object should be frozen even if it has no members
- [GH-15792](https://github.com/ruby/ruby/pull/15792)
-
06:03 AM Ruby Revision d7a6ff82 (git): [Bug #21819] Data objects without members should also be frozen
-
04:28 AM Ruby Revision a8a989b6 (git): Test net-imap with ruby/net-imap#593
- Delete test/net/imap/test_data_lite.rb, because the target of this
test file has been deleted by [ruby/net-imap#543].
[ruby/net-imap#543]: https://github.com/ruby/net-imap/pull/593
01/02/2026
-
04:13 AM Ruby Revision dd34d627 (git): Extract git version only
- The version message may contain other info such as the distribution.
e.g.:
```console
$ /usr/bin/git --version
git version 2.50.1 (Apple Git-155)
```