znz (Kazuhiro NISHIYAMA)
- Login: znz
- Registered on: 05/12/2008
- Last sign in: 04/03/2025
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 38 | 38 |
| Reported issues | 11 | 227 | 238 |
Projects
| Project | Roles | Registered on |
|---|---|---|
| Ruby | Committer, Infrastructure team | 05/13/2008 |
Activity
04/16/2026
-
05:49 AM Ruby Revision d47f6248 (git): [ruby/json] Reduce warnings
- ```
../test/json/json_ryu_fallback_test.rb:177: warning: ambiguous first argument; put parentheses or a space even after `-` operator
../test/json/json_ryu_fallback_test.rb:178: warning: ambiguous first argument; put parentheses or a spa...
11/27/2025
-
12:05 PM Ruby Revision 68a7edaa (git): [DOC] Fix a link in NEWS.md
11/13/2025
-
04:34 AM Ruby Revision b4b7809f (git): Use path in tmpdir instead of IO::NULL
- The path already used in tool/test/test_sync_default_gems.rb .
Try to fix errors on Windows.
https://github.com/ruby/ruby/actions/runs/19316448613/job/55248700110 -
12:34 AM Ruby Revision 37a05b59 (git): Ignore ~/.gitconfig
- I use `commit.gpgsign=true`, so I want to ignore it in tests.
08/13/2025
07/17/2025
-
05:32 AM Ruby Revision 7a3b6d30 (git): [DOC] Sort links [ci skip]
05/19/2025
05/13/2025
-
10:28 AM Ruby Revision 7517d762 (git): [DOC] Fix a link and sort links in NEWS.md
-
07:00 AM Ruby Revision fa2414f2 (git): Fix a typo
04/11/2025
-
02:30 AM Ruby Feature #21263 (Open): eval-after-require hook
- I want to register hook after require.
But I have no idea how to write it.
Expected use cases:
1. Load related things after require.
For example, IRB load related RBS after require something.
2. Soft dependency.
For examp...