nobu (Nobuyoshi Nakada)
- Login: nobu
- Email: nobu@ruby-lang.org
- Registered on: 04/27/2008
- Last sign in: 05/03/2026
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 49 | 860 | 909 |
| Reported issues | 26 | 298 | 324 |
Projects
| Project | Roles | Registered on |
|---|---|---|
| Ruby | Committer, Contributor | 04/27/2008 |
Activity
05/04/2026
-
02:50 AM Ruby Revision 5d439f29 (git): mswin: Suppress quirky warning
- Passing an array of const pointers within a struct as an argument
seems to be too complex for cl.exe:
```
vm_eval.c(501): warning C4090: 'function': different 'const' qualifiers
``` -
12:46 AM Ruby Revision c9f55528 (git): enc_mbclen_needed: The condition when exact mbclen is needed
-
12:46 AM Ruby Revision 31cdf7a9 (git): Adjust style
05/03/2026
-
01:54 PM Ruby Bug #22004 (Closed): parse.y doesn't executes loop body with `while true || true` condition
- Applied in changeset commit:git|7f4f3c8ee7cde795dc27be753796fc7ea8318565.
----------
[Bug #22004] Fix short-circuited loop conditions -
01:17 PM Ruby Revision 7f4f3c8e (git): [Bug #22004] Fix short-circuited loop conditions
04/30/2026
-
09:44 AM Ruby Revision f037b47a (git): Update ext/Setup template files [ci skip]
-
05:26 AM Ruby Revision 4a14dc87 (git): Share common code between Enumerator and ArithmeticSequence
04/29/2026
-
10:12 AM Ruby Revision 5fa9c730 (git): Update dependencies
- Fix-up for d3ef85a100a4d051fcafc6ef6c09c4faaecc086a.
04/28/2026
-
01:36 PM Ruby Bug #22017 (Closed): Backport win32-resolv
- The win32-resolv library bundled with ruby 3.4 is half-baked 0.6.2.
It should be updated to 0.6.3 at least, hopefully 0.7.1.
04/24/2026
-
05:13 AM Ruby Bug #22013: Array#| deduplication via eql? breaks when total element count exceeds ~16
- Is this a document issue?