Recently I’m starting to use Ruby.
I found many issues.
One thing is the annoying “Terminate batch job (Y/N)?” prompt. I find scoop’s shim useful.
I’ve filed a ticket at RubyGems:
https://github.com/rubygems/rubygems/issues/8199
I also have a pull request to resolve it but I’m not too familiar with Ruby so I wonder if it’s a good solution.
I might need to file a ticket at Ruby core Redmine to see if the shim can be built into Ruby to avoid replying on C extension.
Also, I find many accessibility issues at RubyGems.org.
Another ticket filed: https://github.com/rubygems/rubygems.org/issues/5195
But this site is using many extensions, much of it is targeted to Linux, so I cannot run.
Other experiments
Mentioning shim
reminds me of PyInstaller
. I wonder if Ruby has conterparts.
I searched on “Ruby Tool Box”, but many projects are no longer maintained.
Recently updated is tebako
, but it’s very complex. Ruby shouldn’t be managed by C++.