nobu (Nobuyoshi Nakada)
- Login: nobu
- Email: nobu@ruby-lang.org
- Registered on: 04/27/2008
- Last sign in: 05/19/2026
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 49 | 861 | 910 |
| Reported issues | 22 | 303 | 325 |
Projects
| Project | Roles | Registered on |
|---|---|---|
| Ruby | Committer, Contributor | 04/27/2008 |
Activity
05/26/2026
-
09:50 AM Ruby Feature #22081: Core type definition migration from `ruby/rbs` to `ruby/ruby`
- soutaro (Soutaro Matsumoto) wrote:
> Currently, the RBS type definitions for core libraries live in the `ruby/rbs` repository. When you change a core class or method in `ruby/ruby`, the corresponding RBS type definition often needs to b... -
07:56 AM Ruby Revision 15c97db8 (git): Fix out-of-bounds read for empty strings
- Follow-up on GH-17026, which is a fix for GH-15898.
-
07:55 AM Ruby Revision f203abd7 (git): Add more edge cases of `File.join`
05/25/2026
-
07:35 AM Ruby Revision 5d17a569 (git): [ruby/rubygems] [DOC] Fix the location of #9268
- Because this module declaration is interrupted between the
`Gem::Version` document and the definition, the document is not
currently recognized as a document.
In addition, the comment is not a document for the entire `Gem`
module, but i... -
04:44 AM Ruby Revision 2df467a2 (git): Syncing gems must be registered in REPOSITORIES
-
02:55 AM Ruby Revision f815f122 (git): Fetch the base branch only
- `fetch-depth: 0` means fetching all heads and tags.
-
02:55 AM Ruby Revision e7dfc59e (git): Set the upstream to the base branch instead of `master`
05/24/2026
-
09:40 AM Ruby Revision fcb47468 (git): Show the class in a message for non-Symbol wrong exec-options
05/23/2026
-
09:01 AM Ruby Revision 3d137cf5 (git): Remove duplicate GC guard
- Now there is a guard also in `execarg_parent_end` since
commit:9ae6ee5a59e74e629f73222938b53a6eae8d2ded. -
08:27 AM Ruby Bug #22079 (Closed): Float#ceil gives incorrect result
- Applied in changeset commit:git|09dacb9c3d61264f3eb3731e2c65feb869130228.
----------
[Bug #22079] Fix `Float#ceil` and `Float#floor` edge cases