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
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.
10/18/2025
-
05:43 AM Ruby Revision 4365a094 (git): Don't check existence of openssl-1.1 dll files on GHA mingw workflow.
-
03:26 AM Ruby Revision 599257ea (git): Stop renaming openssl dll files on GHA mingw workflow.
-
03:20 AM Ruby Revision 4a09da62 (git): partially merge revision 949573028b127931cb034a2928ef80a59c45ea43:
- [PATCH] Win32: OpenSSL 1.1 DLLs are no longer used
We are already using OpenSSL 3.3 and have no possibility to use system
provided DLLs. -
02:51 AM Ruby Bug #21638: Ractor-local `$DEBUG` is not marked
- ruby_3_3 commit:e526fbe770909974f610b7a2a00bd8d5dd045f1f merged revision(s) commit:e94a2f691d67ad98be9036e76c765fcfa7d22552.
-
02:20 AM Ruby Revision e526fbe7 (git): merge revision(s) e94a2f691d67ad98be9036e76c765fcfa7d22552: [Backport #21638]
- [PATCH] [Bug #21638] Mark ractor-local `$VERBOSE` and `$DEBUG`
https://github.com/sampersand/blog/blob/master/the%20-s%20flag.md#the-segfault
10/11/2025
-
09:28 AM Ruby Revision a4ca3de3 (git): merge revision(s) 07b59eee6aa120537d7d72422327cc7b855e9400:
- [PATCH] Fix memory leak when load_from_binary raises
ibf_load_code will leak memory allocated for the code if an exception is
raised. The following script reproduces the leak:
bin = RubyVM::InstructionSequen... -
08:37 AM Ruby Bug #21568: Requiring core libraries when already requiring multiple user defined libraries with the same name can error
- ruby_3_3 commit:27a1df7506ba566d08a536e93910fff574cd6d56 merged revision(s) commit:7ae67e8f6ad6e7fd0677b28a7a10961f79d55495.
-
08:01 AM Ruby Revision 27a1df75 (git): merge revision(s) 7ae67e8f6ad6e7fd0677b28a7a10961f79d55495: [Backport #21568]
- [PATCH] load.c: Fix dest and src of MEMMOVE
When multiple files with the same name are required, the features_index
hash stores the indexes in `$LOADED_FEATURES` array into a darray.
The dest and src arguments fo... -
07:55 AM Ruby Bug #21631: Backport openssl gem bugfix releases
- Merged into ruby_3_3 branch at commit:ce7aa23f97273fa181be26aec33d3c6998e203c5. Thanks for your contributions!