KitaitiMakoto (真 北市)
- Login: KitaitiMakoto
- Registered on: 12/25/2024
- Last sign in: 02/17/2026
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
12/05/2025
-
01:48 PM Ruby Feature #21552: allow String.strip and similar to take a parameter similar to String.delete
- Thank you, shugo.
"someone" he says is me. My use case is here.
I want to extract chunks from a file and pass them to a neural network model to detect the file type. The model requires two chunks: the `lstrip`ped beggining portion and ...
12/25/2024
-
02:27 PM Ruby Bug #20981: rb_undefine_finalizer is missing
- Thank you! I confirmed my code works fine in Ruby `master` branch.
-
11:53 AM Ruby Bug #20981 (Closed): rb_undefine_finalizer is missing
- Merry Christmas!
I encountered an error like "dyld[89037]: missing symbol called" in an extension which uses`rb_undefine_finalizer` in Ruby 3.4.1. It works fine in Ruby 3.3.6.
The function defined in [ruby/include/ruby/internal/gc....