Koichi Sasada

Results 274 comments of Koichi Sasada

Thank you for the report. Current behavior is intended. Now debug.gem shares the terminal with the parent and child processes and I'm not sure we can exit the parent process....

how about to make external gem by using `RUBY_INTERNAL_EVENT_NEWOBJ` event? There is no way to count the `total_malloc*` though...

Sorry for long absent. Some considerations: (1) overhead of checking In most of cases, we don't use this feature, so the performance penalty for disabling this feature is important. Could...

This will be a new feature, so we need an approval from Matz on https://bugs.ruby-lang.org/issues/. My thoughts: * Making it in C-extension (using TP) seems better because we don't need...

wow I see... Should we consume all input before REPL?

advices are very welcome If someone knows a techniques about it on other implementations

Sorry for long absent. I have two options. 1. clear `$stdin` just before printing prompt. 2. provide an option to disable repeating input. I made patches for 1 and 2....

For 1, I found that the patch makes failure on remote debugging features.