nagachika (Tomoyuki Chikanaga)
- Login: nagachika
- Email: nagachika00@gmail.com
- Registered on: 02/14/2009
- Last sign in: 05/26/2025
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 63 | 63 |
| Reported issues | 0 | 132 | 132 |
Projects
| Project | Roles | Registered on |
|---|---|---|
| Ruby | Committer, Release Manager | 01/31/2011 |
Activity
11/03/2025
-
01:10 AM Ruby Revision 2da2d33c (git): merge revision(s) e500222de1a8d5e7a844209a7e912b03db8cdf76:
- [PATCH] fix last commit
`th` is gone.
11/02/2025
-
06:17 AM Ruby Bug #21560: RUBY_MN_THREADS=1 causes large performance regression in Puma 7
- ruby_3_3 commit:609f957ebede1a062b1f34515382e4c306f77444 merged revision(s) commit:ffc69eec0a5746d48ef3cf649639c67631a6a609, commit:0531fa4d6fea100f69f0bac9e03973fe49ecd570.
-
05:50 AM Ruby Revision 609f957e (git): merge revision(s) ffc69eec0a5746d48ef3cf649639c67631a6a609, 0531fa4d6fea100f69f0bac9e03973fe49ecd570: [Backport #21560]
- [PATCH] `struct rb_thread_sched_waiting`
Introduce `struct rb_thread_sched_waiting` and `timer_th.waiting`
can contain other than `rb_thread_t`.
[PATCH] mn timer thread: force wakeups for timeouts -
05:42 AM Ruby Bug #13671: Regexp with lookbehind and case-insensitivity raises RegexpError only on strings with certain characters
- ruby_3_3 commit:f0feca1a8495eba2706a7914f0c4f8128c281366.
-
04:41 AM Ruby Bug #21625: Allow IO#wait_readable together with IO#ungetc even in text mode
- ruby_3_3 commit:30f661951bb19f69cf55388c76ecaf7b0be41079 merged revision(s) commit:12350eb9e0d3317da57b5a37c0c2810946b48850.
-
04:28 AM Ruby Revision 30f66195 (git): merge revision(s) 12350eb9e0d3317da57b5a37c0c2810946b48850: [Backport #21625]
- [PATCH] [Bug #21625] Allow io/wait methods with `IO#ungetc` in text mode
10/25/2025
-
04:59 AM Ruby Revision 93828c47 (git): merge revision(s) 4368e6c42effc16904e35f753fc2002f0bba375a:
- [PATCH] [ruby/rubygems] Removed credential assertion from stdout
https://github.com/ruby/rubygems/commit/3946be008c -
04:58 AM Ruby Revision bee70ff6 (git): [ruby/rubygems] Bump up vendored uri to 0.13.3
10/23/2025
-
10:00 AM Ruby Revision 343ea050 (git): bump teeny
10/20/2025
-
12:09 PM Ruby Revision ac27bec2 (git): merge revision(s) 957c832db137e67289e93dfd9fd9e915b1f2fc87:
- [PATCH] Fix memory leak in rb_const_remove when using namespace
We need to free the rb_const_entry_t we remove from the RCLASS_WRITABLE_CONST_TBL
otherwise it will leak memory.