Nobuyoshi Nakada

Results 159 comments of Nobuyoshi Nakada

Cygwin version ruby seems working on mintty. What version of ruby are you using?

This is because MSYS mintty is a “console” just in MSYS world, but not in Windows. MSYS seems providing its ruby package which is MSYS aware.

> I think the problem is about mingw32/mswin and Cygwin and MSYS2 are not affected because they provide a Unix-compatible TTY emulation. TTY emulation by MSYS Mintty is enclosed in...

What is the reason to color the keys `:files` and `:directories` in a general `Hash` differently?

tiny_sha3 seems not portable. This looks assuming gcc only. ```C #if __BYTE_ORDER__ != __ORDER_LITTLE_ENDIAN__ ```

Good catch! Preferably, couldn't you file the bug to the [BTS](https://bugs.ruby-lang.org), and add a test?

> We used to special case Solaris before [27b682c](https://github.com/rubygems/rubygems/commit/27b682c81226838b1254ac5843a3f5b1cb20f076), but since that commit we're no longer doing anything special there I think, and we've got no issues reported? Can you...

It seems ok to replace `ruby/setup-ruby` with `ruby/setup-ruby-pkgs` simply. ```yaml - name: Set up Ruby uses: ruby/setup-ruby-pkgs@v1 with: ruby-version: ${{ matrix.ruby }} bundler-cache: true # 'bundle install' and cache msys2:...

It would make those lists much longer by duplicate entries. I'm not sure if it is preferable.