nobu (Nobuyoshi Nakada)
- Login: nobu
- Email: nobu@ruby-lang.org
- Registered on: 04/27/2008
- Last sign in: 06/11/2026
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 49 | 861 | 910 |
| Reported issues | 21 | 306 | 327 |
Projects
| Project | Roles | Registered on |
|---|---|---|
| Ruby | Committer, Contributor | 04/27/2008 |
Activity
06/15/2026
-
01:59 AM Ruby Revision aa14ecfb (git): Fix the format specifiier for `VALUE flags`
-
12:41 AM Ruby Feature #22111: Non-symbolic hash keys with `expr : value` syntax
- Rightward assignment and pattern capture are the same thing.
yertto (_ yertto) wrote:
> ```ruby
> ...
These look very confusing.
06/12/2026
-
10:37 AM Ruby Feature #22108: Computed hash keys with (expr): syntax
- Is it same as `"#{expr}": value`?
P.S. pattern capture and rightward assignment are the same thing. -
02:49 AM Ruby Feature #22093 (Rejected): Introduce `Process::ID` for process IDs returned by `Process.spawn` and `fork`
-
01:12 AM Ruby Revision 5d513196 (git): Update the revision for ruby/debug#1181
-
01:08 AM Ruby Revision 283bd19d (git): [Feature #17944] Remove no longer used functions
06/11/2026
-
01:34 PM Ruby Feature #17944 (Closed): Remove Socket.gethostbyaddr and Socket.gethostbyname
- Applied in changeset commit:git|221c7c6644f61cf329f6cbaf5924e52917cdc2a7.
----------
[Feature #17944] Remove deprecated socket methods
These methods have been deprecated since nine years ago. -
11:12 AM Ruby Revision 221c7c66 (git): [Feature #17944] Remove deprecated socket methods
- These methods have been deprecated since nine years ago.
-
08:32 AM Ruby Feature #22102: C API to obtain a C string from a Ruby String
- Expose `rb_str_to_cstr`?
-
07:17 AM Ruby Revision df0ba425 (git): Keep C printf result encodings ASCII-compatible
- Reject ASCII-incompatible result encodings, and avoid associating such
encodings from `PRIsVALUE` arguments; convert them to the existing
result encoding instead.