nobu (Nobuyoshi Nakada)
- Login: nobu
- Email: nobu@ruby-lang.org
- Registered on: 04/27/2008
- Last sign in: 12/09/2025
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 44 | 859 | 903 |
| Reported issues | 24 | 288 | 312 |
Projects
| Project | Roles | Registered on |
|---|---|---|
| Ruby | Committer, Contributor | 04/27/2008 |
Activity
Today
-
10:20 AM Ruby Bug #19558 (Closed): str.dump.undump crashes when str contains both Unicode and ASCII control characters
- Applied in changeset commit:git|281a000d6669d3fbb1c0a2f940cbb9c7c01732e6.
----------
[Bug #19558] Allow ASCII range to mix with Unicode dump -
10:20 AM Ruby Revision 281a000d (git): [Bug #19558] Allow ASCII range to mix with Unicode dump
-
10:12 AM Ruby Misc #21690 (Closed): Inconsistent `rb_popcount64()` definition
- Applied in changeset commit:git|dc41cf332613db24af512bc7e959fc9a17d85d59.
----------
[Misc #21690] Sync parser_bits.h from internal/bits.h -
09:44 AM Ruby Misc #21690: Inconsistent `rb_popcount64()` definition
- https://github.com/ruby/ruby/pull/15496
-
09:42 AM Ruby Revision dc41cf33 (git): [Misc #21690] Sync parser_bits.h from internal/bits.h
-
01:28 AM Ruby Revision 83e08070 (git): Remove an excess closing bracket
12/10/2025
-
03:09 AM Ruby Revision 3636277d (git): Add `NUM2PTR` and `PTR2NUM` macros
- These macros have been defined here and there, so collect them.
-
12:22 AM Ruby Revision f9eb0d8d (git): Use `ruby_version_is`
- As the markers for spec/mspec/tool/remove_old_guards.rb.
12/09/2025
-
02:44 PM Ruby Revision 1933f129 (git): [DOC] Clear one of known issues of Ruby Box
-
02:41 PM Ruby Revision 1e6a4795 (git): Box: relax the condition of clean up
- It is impossible to delete DLLs being loaded on Windows. I guess that
unnamed (no accessible path on the filesystem) files are not allowed
essentially. The only way is to relax the condition, such as no files
are left after the process...