General

Profile

willnet (Shinichi Maeshima)

  • Login: willnet
  • Registered on: 04/16/2018
  • Last sign in: 08/03/2023

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 0 0

Activity

05/08/2026

08:08 AM Ruby Revision c9ee9c1e (git): [ruby/rubygems] Return exit status 1 only when the config value is nil
When using something like `bundle config set foo false`, the config value is converted via `Bundler::Settings#converted_value`, so the stored value becomes `false` instead of the string `"false"`. Because of that, passing `Bundler.settin... willnet (Shinichi Maeshima)
08:08 AM Ruby Revision 607648d5 (git): [ruby/rubygems] Make `bundle config get` return status 1 when the value is not set
Fix https://github.com/ruby/rubygems/pull/3215
Change the exit status to 1 when trying to `get` a config key that does not exist, as shown below.
```sh
$ bundle config get foo
Settings for `foo` in order of priority. The top value wil...
willnet (Shinichi Maeshima)
08:08 AM Ruby Revision 842c847c (git): [ruby/rubygems] Simplify the code
Refactor the code based on the feedback in https://github.com/ruby/rubygems/pull/9505#discussion_r3167085736 .
https://github.com/ruby/rubygems/commit/153abcb5e3
willnet (Shinichi Maeshima)

08/03/2023

08:14 AM Ruby Bug #19792: arm の alpine 上でネストしたハッシュに長い文字列を入れると segmentation fault が発生する
以下の環境でも再現しました
- Docker version 24.0.2, build cb74dfc
- M1 Max
- Ventura 13.5
willnet (Shinichi Maeshima)

Also available in: Atom