Hiroshi SHIBATA

Results 340 comments of Hiroshi SHIBATA

I'm not sure what you want. Did you want to remove all temporary files like log after `gem install`?

This issue may be resolved with https://github.com/rubygems/rubygems/pull/8521

@deivid-rodriguez `ffi-compiler` should try to find `Gem.loaded_specs[name].extensions_dir` at first in this case.

Feel free to contribute that without our assignment.

@slytechiefrommagentashore This request is still open status. We always welcome your contribution.

We shouldn't use `wheel` terminology because `wheel` already means package name and PyPI specification. I worried to use `wheel` for RubyGems: * The users confuse specification `wheel` between PyPI and...

@rempargo Can you explain detailed usecase of `Pathname#chdir`? Inconsistency reason is weak to add `Pathname#chdir` again since Ruby 1.9.

I also found warnings by stdlib with @yahonda: ``` /Users/hsbt/.local/share/rbenv/versions/ruby-dev/lib/ruby/3.4.0+0/open-uri.rb:455: warning: literal string will be frozen in the future /Users/hsbt/.local/share/rbenv/versions/ruby-dev/lib/ruby/3.4.0+0/logger/log_device.rb:45: warning: literal string will be frozen in the future ```...