nobu (Nobuyoshi Nakada)
- Login: nobu
- Email: nobu@ruby-lang.org
- Registered on: 04/27/2008
- Last sign in: 09/21/2026
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 92 | 875 | 967 |
| Reported issues | 24 | 313 | 337 |
Projects
| Project | Roles | Registered on |
|---|---|---|
| Ruby | Committer, Contributor | 04/27/2008 |
Activity
Today
-
04:20 PM Ruby Revision 9aea6bb2 (git): [DOC] Exclude `require` in RubyGems not to override the original
- Fix ruby/rdoc#1592.
-
09:10 AM Ruby Revision 09a5f2ef (git): [ruby/fileutils] Add tests for `FileUtils.touch`
- Fix https://github.com/ruby/fileutils/pull/177
https://github.com/ruby/fileutils/commit/86278df2f7 -
08:58 AM Ruby Revision cf2b80c0 (git): [ruby/fileutils] Workaround for symlink bug on Windows
- Fixed by ruby/ruby#17545.
https://github.com/ruby/fileutils/commit/9e957c2330 -
07:22 AM Ruby Feature #18401 (Feedback): Rework `require_relative` to add the "current path" on `$LOAD_PATH`
- vo.x (Vit Ondruch) wrote:
> My proposal is to change the `require_relative` in following way:
> ...
Do you mean `require_relative` should load the file in the current working directory?
I don't think it is reasonable behavior.
`requi... -
07:03 AM Ruby Bug #22338 (Closed): [Backport] win32: create directory symlinks for relative directory targets
- https://github.com/ruby/ruby/pull/17545
09/20/2026
-
03:15 PM Ruby Revision 466256eb (git): Tarballs should be able to build without dump_ast
-
02:05 PM Ruby Revision 991f17ea (git): Set non-exitent command to RUBY_DUMP_AST
- Once all `*.rbinc` files have been generated, the command should not
be required anymore. -
10:48 AM Ruby Revision 87435fe2 (git): Enable the conforming MSVC preprocessor
- Avoid incorrect variadic argument forwarding in `RUBY_ASSERT_MESG_WHEN`
by the traditional MSVC preprocessor, which breaks `VM_ASSERT` when
`RUBY_DEBUG` is enabled.
09/19/2026
-
05:29 PM Ruby Bug #22335 (Closed): Stack corruption with >31 keyword args and refined Integer#==
- Applied in changeset commit:git|d87ffb271a80fb108de3465d12ada829f3c130af.
----------
[Bug #22335] Use identity hashes for keyword argument tracking
With more than 31 keyword arguments, tracking unevaluated defaults
uses an integer-keye... -
04:49 PM Ruby Revision 40d23240 (git): Refactor keyword parameter default handling