nobu (Nobuyoshi Nakada)
- Login: nobu
- Email: nobu@ruby-lang.org
- Registered on: 04/27/2008
- Last sign in: 03/07/2026
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 49 | 860 | 909 |
| Reported issues | 26 | 296 | 322 |
Projects
| Project | Roles | Registered on |
|---|---|---|
| Ruby | Committer, Contributor | 04/27/2008 |
Activity
03/19/2026
-
11:09 AM Ruby Revision df0456b5 (git): [ruby/json] Remove unreachable code
- `rb_exc_raise` never returns.
https://github.com/ruby/json/commit/398340fca2 -
11:09 AM Ruby Revision d01875d6 (git): [ruby/json] Reduce an unnecessary intermediate string
- https://github.com/ruby/json/commit/c5eb1244c7
-
01:35 AM Ruby Revision 75e8401a (git): Remove duplicate dependency
-
01:10 AM Ruby Revision 03e75ebd (git): Do not try to update `dump_ast` repeatedly
-
01:10 AM Ruby Revision 7933ac59 (git): Checking `dump_ast` is no longer necessary
- It is now a dependent file. The error should be raised rather than
silently ignored unless it exists. -
01:10 AM Ruby Revision 6fa54b9b (git): mswin: Expand `rbinc` rules
- Inference rule cannot have dependents in `nmake`.
https://learn.microsoft.com/cpp/error-messages/tool-errors/nmake-fatal-error-u1086
03/18/2026
-
09:43 AM Ruby Revision 8b147ba5 (git): [ruby/prism] Fix assignments
- (https://github.com/ruby/prism/pull/4012)
Useless comparisons, probably typos.
https://github.com/ruby/prism/commit/7c1927efd6
03/17/2026
-
05:20 PM Ruby Revision af85de87 (git): Do not update the `dump_ast` specified in the `configure` options
-
05:20 PM Ruby Revision f7816b05 (git): win32/configure.bat: Add `--with-dump-ast` option
-
05:50 AM Ruby Feature #21861: C API: expose `ruby_xfree_sized`, `ruby_xrealloc_sized`, etc
- byroot (Jean Boussier) wrote:
> I would like to expose these sized APIs to C extensions, so that they can benefit from it as well:
> ...
Current names are `ruby_sized_xfree` and so on.
Is it intentional to change the word orders?