nobu (Nobuyoshi Nakada)
- Login: nobu
- Email: nobu@ruby-lang.org
- Registered on: 04/27/2008
- Last sign in: 04/05/2026
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 49 | 860 | 909 |
| Reported issues | 26 | 297 | 323 |
Projects
| Project | Roles | Registered on |
|---|---|---|
| Ruby | Committer, Contributor | 04/27/2008 |
Activity
Today
-
08:34 AM Ruby Revision 03757030 (git): mkmf: check for C++ compiler
- It may be set to "false" if usable compiler is not found.
-
06:10 AM Ruby Revision b94a7ec7 (git): Suppress rev-parse error message when out-of-place build
-
05:19 AM Ruby Revision c091c186 (git): Fix thread leaks
- Wait for terminated threads to finish.
-
05:13 AM Ruby Revision 4b6a467a (git): mkmf: skip if C++ compiler not found
-
05:05 AM Ruby Bug #21986 (Closed): RubyVM::AST incorrect location for literals followed by modifier `if`
- Applied in changeset commit:git|4644e4f2fafe45e2c49f18bc9712d0f5fff3d341.
----------
[Bug #21986] Fix location of numeric literal
When checking for suffixes, do not flush the numeric literal token
even if no suffix is found. -
04:32 AM Ruby Revision 4644e4f2 (git): [Bug #21986] Fix location of numeric literal
- When checking for suffixes, do not flush the numeric literal token
even if no suffix is found. -
03:18 AM Ruby Revision aaa27ee0 (git): mkmf: Redirect egrep command input
-
03:18 AM Ruby Revision f4b5566d (git): mkmf: grep all occurrences in cpp output
- Apple clang aborts if cpp output is closed in middle, and leaves the
preprocessed source and reproduction shell script. -
03:18 AM Ruby Revision f104525c (git): mkmf: cpp_command in C++ mode
04/08/2026
-
05:50 AM Ruby Bug #21985 (Closed): RubyVM::AST negative numbers do not include - in location
- Applied in changeset commit:git|24a2ba09af13b7c969733ea9370ad59d2442f4c9.
----------
[Bug #21985] Include the `-` in the negative numbers location