nobu (Nobuyoshi Nakada)
- Login: nobu
- Email: nobu@ruby-lang.org
- Registered on: 04/27/2008
- Last sign in: 11/09/2025
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 44 | 859 | 903 |
| Reported issues | 23 | 286 | 309 |
Projects
| Project | Roles | Registered on |
|---|---|---|
| Ruby | Committer, Contributor | 04/27/2008 |
Activity
11/15/2025
-
03:23 AM Ruby Revision 577cf5e3 (git): [DOC] Remove an obsolete file
- It has been merged into `doc/ruby/options.md` with
`field_processing.md` at ruby/ruby#10138.
11/14/2025
-
01:47 PM Ruby Revision 0e604623 (git): [ruby/prism] Use `method_defined?` instead of `instance_methods.include?`
- While the latter creates an intermediate array of all method names
including all ancestors, the former just traverse the inheritance
chain and can stop if found once.
https://github.com/ruby/prism/commit/6da384dd0e -
12:03 PM Ruby Feature #21572 (Closed): Make illegal variable in alternation pattern a syntax error
- Applied in changeset commit:git|f4b6a5191ceb0ed0cd7a3e3c8bab24cc0dd15736.
----------
[Feature #21572] Syntax error at capture in alternation pattern
Should fail even with `-c` option. -
12:03 PM Ruby Revision f4b6a519 (git): [Feature #21572] Syntax error at capture in alternation pattern
- Should fail even with `-c` option.
-
03:24 AM Ruby Revision e39385bf (git): [ruby/rubygems] Use `method_defined?` instead of `instance_methods.include?`
- While the latter creates an intermediate array of all method names
including all ancestors, the former just traverse the inheritance
chain and can stop if found once.
https://github.com/ruby/rubygems/commit/b291070b3b
11/13/2025
-
12:27 PM Ruby Revision 4a1b88af (git): Exclude lib/unicode_normalize from lib/un
-
08:40 AM Ruby Bug #21683 (Closed): IO#each_codepoint do not take care of encoding when IO uses encoding conversion for reading.
- Applied in changeset commit:git|7e37e4e743a1ca1d5d7bbb87cdd9b943e3a4fe1d.
----------
[Bug #21683] Respect reading encoding at `each_codepoint` -
07:15 AM Ruby Revision 7e37e4e7 (git): [Bug #21683] Respect reading encoding at `each_codepoint`
11/12/2025
-
10:27 PM Ruby Revision be86e7c5 (git): [ruby/io-wait] Define ABI version
- https://github.com/ruby/io-wait/commit/ad6f47fd3a
-
02:26 PM Ruby Revision 6a055451 (git): [ruby/io-wait] No method definition is always ractor-safe
- https://github.com/ruby/io-wait/commit/44b68fc51b