General

Profile

naruse (Yui NARUSE)

  • Login: naruse
  • Email: naruse@airemix.jp
  • Registered on: 04/27/2008
  • Last sign in: 12/13/2025

Issues

open closed Total
Assigned issues 12 291 303
Reported issues 11 171 182

Projects

Project Roles Registered on
Ruby Committer, Release Manager, Infrastructure team 04/27/2008

Activity

01/20/2026

01:56 PM Ruby Misc #21804: Getting setup-ruby Earlier
Releasing a new Ruby version around Christmas is certainly done with some intention in mind — it's nice to let people who enjoy OSS during the holidays try out the latest Ruby right away and have some fun with it. So I do understand the ... naruse (Yui NARUSE)

12/25/2025

06:31 AM Ruby Revision 6a66129d (git): fix the condition of www repo
naruse (Yui NARUSE)
03:20 AM Ruby Revision 553f1675 (git): v4.0.0
naruse (Yui NARUSE)

12/24/2025

02:52 PM Ruby Revision 479f8682 (git): Remove extra help
naruse (Yui NARUSE)
02:07 PM Ruby Revision 29ffc5d6 (git): Reapply "Extract `ruby_api_version_name`"
This reverts commit ba2f6972193cdbd7c1e77e26212513e47926b115.
Box already used ruby_api_version_name.
naruse (Yui NARUSE)
01:55 PM Ruby Revision ba2f6972 (git): Revert "Extract `ruby_api_version_name`"
This reverts commit 9b576cd6255aba97e5e2f55f4b09f00c7dd0e839. naruse (Yui NARUSE)
01:55 PM Ruby Revision 285e22ed (git): Revert "Add link to Ruby options doc in help text"
This reverts commit 31ff07ed1eb05d01f7da3c017d542137a3db1e94.
* Don't add a test which only runs on production release
* https://github.com/ruby/actions/actions/runs/20486784889/job/58870959976
* Don't add a new line to `ruby --help`
...
naruse (Yui NARUSE)

12/15/2025

08:44 AM Ruby Bug #21715: Miscompilation on x86-64-v2 due to undefined behavior in search_nonascii in string.c
I investigated further and I understand Alan's patch is the best at this time.
auto vectorization for this kind of loop is implemented only by GCC 15, it's too early.
@Alan, could you commit it?
naruse (Yui NARUSE)

12/12/2025

01:16 AM Ruby Feature #20959: Add a way to get codepage of console.
```
dir | ruby -e “puts STDIN.read.force_encoding('locale')”
```
I think they should use `-E`.
> On Windows, the C runtime locale for each process is currently inconsistent, so changing the locale encoding for this purpose does n...
naruse (Yui NARUSE)

12/11/2025

01:46 PM Ruby Feature #20959: Add a way to get codepage of console.
I think your idea is that Microsoft is pushing more for UTF-8 support in console apps using the Visual C++ runtime, and in the future, setting the locale to UTF-8 might become the usual way. If that happens, the console code page and loc... naruse (Yui NARUSE)

Also available in: Atom