hsbt (Hiroshi SHIBATA)
- Login: hsbt
- Email: hsbt@ruby-lang.org
- Registered on: 04/26/2009
- Last sign in: 05/15/2026
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 34 | 405 | 439 |
| Reported issues | 15 | 223 | 238 |
Projects
| Project | Roles | Registered on |
|---|---|---|
| Ruby | Committer, Contributor, Release Manager, Security team, Infrastructure team | 01/25/2013 |
Activity
05/22/2026
-
04:04 AM Ruby Revision 5e71268b (git): Backport https://github.com/ruby/ruby/pull/17072
-
04:04 AM Ruby Revision 30436b59 (git): Drop gmp from vcpkg install for Windows tarball-test
-
04:04 AM Ruby Revision 067de1ef (git): Backport https://github.com/ruby/ruby/pull/17072
-
04:04 AM Ruby Revision 666756ee (git): Drop gmp from vcpkg install for Windows tarball-test
-
03:20 AM Ruby Bug #22078 (Open): mswin: `gmp.h` not found with `--with-opt-dir` on Ruby 3.3/3.4
- On mswin builds, `win32/Makefile.sub` builds `XCFLAGS` without `XINCFLAGS`, so the include path written by `configure.bat --with-opt-dir=...` never reaches `cl.exe` and `#include <gmp.h>` cannot be resolved.
`master` and `ruby_4_0` ar... -
02:54 AM Ruby Revision d7d742df (git): Backport https://github.com/ruby/ruby/pull/17072
-
01:49 AM Ruby Revision 4d6535fc (git): Skip tarball-test-schedule on forks
- The scheduled dispatch requires MATZBOT_GITHUB_ACTION_TOKEN, which is
unavailable in forks and fails the daily run on nobu/ruby and others.
Restrict the schedule trigger to ruby/ruby while keeping
workflow_dispatch usable on forks. -
01:31 AM Ruby Revision dfe5caec (git): Use default openssl on macOS tarball-test
- Pin to brew's default openssl (currently openssl@3) instead of forcing
openssl@1.1 so the tarball CI tracks the version we actually ship and
support, and stops relying on a long-EOL formula.
Co-Authored-By: Claude Opus 4.7 (1M context) ... -
01:31 AM Ruby Revision 7bd4961e (git): Align tarball-test setup-ruby with the rest of the repo
- Bump ruby/setup-ruby to v1.307.0 (matching the 17 other workflows that
already pin this SHA) and use Ruby 3.2 as the host interpreter on both
Ubuntu and Windows.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> -
01:31 AM Ruby Revision 250a0e67 (git): Exercise three baseruby scenarios in non_development
- Add a matrix to non_development that runs three configurations:
default keeps the host ruby and lets configure auto-detect it, no-ruby
strips every preinstalled ruby and lets configure fall through to the
no-baseruby branch, and baseruby...