nobu (Nobuyoshi Nakada)
- Login: nobu
- Email: [email protected]
- Registered on: 04/27/2008
- Last sign in: 12/20/2025
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 45 | 858 | 903 |
| Reported issues | 25 | 290 | 315 |
Projects
| Project | Roles | Registered on |
|---|---|---|
| Ruby | Committer, Contributor | 04/27/2008 |
Activity
12/24/2025
-
01:11 PM Ruby Revision 8de2622c (git): Fix a fragile test
- `Dir.mktmpdir` concatenates a random base-36 number separated by "-",
so may generate pathnames containing "-j2". -
10:49 AM Ruby Revision df1c9a06 (git): Win32: Remove an unused function
- Since 50e5c542cc0541fb38e52766d88d87bd8a96b072, `constat_reset` is no
longer used. -
05:41 AM Ruby Revision 352de161 (git): Remove an extra dot from `RUBY_API_VERSION_STR`
-
05:05 AM Ruby Revision 44693ee3 (git): Fix a possible memory leak in dtoa
- Fix GH-15061
-
01:46 AM Ruby Revision 688c1f6c (git): [DOC] Reword "Pattern Matching" to "Regular Expression"
- In ruby, since 3.1 at least, the words "Pattern Matching" should refer
the syntax.
12/23/2025
-
09:53 AM Ruby Revision 51511954 (git): Fix a fragile test
- `Dir.mktmpdir` concatenates a random base-36 number separated by "-",
so may generate pathnames containing "-j4".
12/22/2025
-
02:05 PM Ruby Bug #21801: compile failed at 4.0.0 preview 3 and snapshot issue
- darkspy (gerty ken) wrote:
> ENV:
> ...
Are you really using msys **1.0**? -
05:58 AM Ruby Revision 21917689 (git): [DOC] Refine packed_data.rdoc
- * Escape unexpected links
* Remove unnecessary path name from in-file reference -
05:39 AM Ruby Revision 87e78e6f (git): [DOC] Add multiline condition code example that was already possible
- To avoid the misconception that previously conditional code had to be
written on a single line.