st0012 (Stan Lo)
- Login: st0012
- Email: stan001212@gmail.com
- Registered on: 09/09/2016
- Last sign in: 05/12/2026
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 20 | 20 |
| Reported issues | 1 | 10 | 11 |
Projects
| Project | Roles | Registered on |
|---|---|---|
| Ruby | Committer, Contributor | 03/03/2025 |
Activity
05/17/2026
-
11:32 AM Ruby Revision c17d5b05 (git): Extract bundled-gem C extensions before configuring exts (#16973)
05/15/2026
-
05:15 AM Ruby Revision 4d87d43b (git): Drop rbs require in rdoc-srcdir (#16983)
- This is currently blocking Ruby's doc generation:
https://github.com/ruby/actions/actions/runs/25895616458/job/76107951475
We'll need to make rbs work for the process so we can adopt the rbs-integrated
RDoc. But for now let's drop it to...
05/14/2026
-
05:22 PM Ruby Revision 99ce82ee (git): Revert "Use rbs-integrated RDoc (#16940)" (#16978)
- This reverts commit b5e6e0a425efcd21a62028f5c7b7d879396cb411.
-
08:30 AM Ruby Revision b5e6e0a4 (git): Use rbs-integrated RDoc (#16940)
-
07:21 AM Ruby Revision 34bd69fa (git): Bump irb to 1.18.0 and debug to latest master (#16934)
04/29/2026
04/21/2026
-
01:11 PM Ruby Misc #21922: Permissions for committers for ex-default/bundled/unbundled gems repositories
- I'll be happy to help as part of the Legacy Gems Maintenance Team.
-
01:09 PM Ruby Misc #22001: Adding TruffleRuby in the CI of all default & bundled gems
- As discussed in person today, let's see if we can configure TruffleRuby runs in a separate yml file so we can [disable the workflow](https://docs.github.com/en/actions/how-tos/manage-workflow-runs/disable-and-enable-workflows) when it fa...
04/10/2026
-
06:39 PM Ruby Revision 573b16aa (git): Bump RDoc to latest master (4913d56) (#16713)
- Update the pinned RDoc revision to pick up the latest changes from
ruby/rdoc master. -
02:44 PM Ruby Revision c30d74b3 (git): Ensure version from bundled_gems is used in tool/rdoc-srcdir (#16712)
- Use version from bundled_gems in tool/rdoc-srcdir
Previously, `tool/rdoc-srcdir` used `Dir.glob(...).first` to find
bundled gems like rdoc and tsort. This picks the first match
alphabetically, which can select a stale older version when...