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
Today
-
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 -
07:23 AM Ruby Bug #22079: Float#ceil gives incorrect result
- [GH-17097](https://github.com/ruby/ruby/pull/17097)
-
07:12 AM Ruby Revision 4e8dbfdc (git): Move the test for [Bug #14635]
- Float-specific test should be in test_float.rb.
-
07:12 AM Ruby Revision 97ec327e (git): Refine `rb_flo_round_by_rational`
- Use already broken down arguments.
-
07:12 AM Ruby Revision 09dacb9c (git): [Bug #22079] Fix `Float#ceil` and `Float#floor` edge cases
-
03:37 AM Ruby Revision 4f683a28 (git): Skip tarball tests on documents-only commits
- Except for non-development that runs build only.
-
02:37 AM Ruby Revision 02ad18dc (git): Simplify save-stats.rb without Pathname
05/22/2026
-
11:00 AM Ruby Revision 0a7564be (git): Add a custom gemspec loader to suppress external commands
- Do not execute `git` command which won't work when building from a
tarball, to avoid the error message "fatal: not a git repository".
The default gemspecs do not need these file lists anyway. -
04:04 AM Ruby Revision 13252e98 (git): Reuse the script to save stats of HOME