nobu (Nobuyoshi Nakada)
- Login: nobu
- Email: nobu@ruby-lang.org
- Registered on: 04/27/2008
- Last sign in: 08/13/2026
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 83 | 869 | 952 |
| Reported issues | 22 | 312 | 334 |
Projects
| Project | Roles | Registered on |
|---|---|---|
| Ruby | Committer, Contributor | 04/27/2008 |
Activity
Today
-
07:10 AM Ruby Revision 21ed8de7 (git): Add fallbacks for `__builtin_bswap128` and `__builtin_memcpy`
-
07:10 AM Ruby Revision 37893387 (git): Continue all checks even if earlier checks failed
-
06:34 AM Ruby Revision f288c7ec (git): Check for __has_builtin fallbacks
-
05:37 AM Ruby Revision e1864fd9 (git): Show failures as diagnostics
08/18/2026
-
01:37 PM Ruby Bug #22251: ObjectSpace::WeakMap#size can return a stale value
- `master` b52af71445 works as expected.
-
08:26 AM Ruby Revision 742dd932 (git): Prepare Compilations sources once
- Share a generated source archive across compiler jobs to avoid
repeating checkout and `make up` on every runner. -
08:26 AM Ruby Revision 5d201a91 (git): Rebalance Compilations jobs after sharing sources
- Keep the longest compiler jobs below 30 minutes after preparing
sources once. -
08:26 AM Ruby Revision 96e291c7 (git): Run Compilations in smaller shards
- Split compiler configurations into smaller matrix shards so faster
runners can pick up pending work. -
07:40 AM Ruby Revision b89f2512 (git): Update clang for LTO
08/17/2026
-
01:42 PM Ruby Revision b52af714 (git): Fixed the check to determine whether mkmf.rb has already been loaded
- With a simple match for `/mkmf/`, any name might match if the source
directory name contains `mkmf`.