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/09/2025
-
12:12 PM Ruby Bug #21677 (Rejected): Integer("08") raises an ArgumentError
- Thanks for the report, and for checking this.
As Ufuk already stated, this is the intended behavior, and it is also clearly documented. -
11:58 AM Ruby Bug #21673: Segmentation Fault in IRB when refining `Kernel#puts` using `Module#refine` (Regression since Ruby 3.4)
- I wasn't able to reproduce the SEGV using the added test code. However, the implemfentation of resolve_refined_method() is the same on every stable branch. I will fill the Backport field with `REQUIRED`.
-
06:39 AM Ruby Bug #21655: segfault when building 3.3.10 with GCC 15.2.1, regression from 3.3.9
- Just FYI: I have filed a pull request based on alan's patch. https://github.com/ruby/ruby/pull/15113
IMO, rbimpl_rstring_getmem() is a little tricky, so I feel it's reasonable to remove it.
However, it's possible that I'm unaware of ... -
04:51 AM Ruby Bug #21655: segfault when building 3.3.10 with GCC 15.2.1, regression from 3.3.9
- Thanks @kurly and @alanwu. I understand the situation now.
I'm ready to apply a workarounds for ruby_3_3.
The implementation of rbimpl_rstring_getmem() is the same on master and ruby_3_4. The issue with GCC 15.2.1 likely exist on the... -
06:06 AM Ruby Bug #21676: make[2]: *** No rule to make target '../../../.././ext/-test-/namespace/yay1/yay1.h', needed by 'yay1.o'. Stop.
- I just run into the same problem now.
In my environment, removing `exts.mk` in build directory resolved the issue.
11/08/2025
-
04:23 AM Ruby Revision 9f045b90 (git): unicode_normalize/normalize.rb: stop using `it` special block parameter in ruby_3_3.
-
02:06 AM Ruby Bug #21668: Backport 6cc66469a007d2fb272397e5e27c20b4ce628f5e
- ruby_3_3 commit:e897657c0048b56d4925518fa94768aba8607d5d merged revision(s) commit:377aa2a336cc700485c699ac49330f2a58b74906.
-
02:05 AM Ruby Revision e897657c (git): merge revision(s) 377aa2a336cc700485c699ac49330f2a58b74906: [Backport #21668]
- [PATCH] Improve performance of UnicodeNormalize.canonical_ordering_one
Use array_of_integer.sort! instead of buble-sort-like algorithm
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.