Yusuke Endoh

Results 48 comments of Yusuke Endoh

Thank you for your quick reply! Here is the minimum and average seconds for 1000 invocations of `ruby -v` when there is no NTFS directory in path. | | minimum...

> Do we have documentation as to which versions of bash reliably set $BASH? (especially when it was introduced) Good question. I don't know when it was introduced, but it...

As the comment says, do not add anything to `test/runner.rb`. This will make the environment inconsistent between parallel test and non-parallel test. If you want to make bundled gems loadable,...

Can you please write down the executable code and exactly what you expect? ```ruby class Foo $orig = self.method(:const_missing) def self.const_missing(name) $orig.call(name) end end Foo::Bar ``` Current: ``` $ ruby...

Sorry, I don't understand the context at all. Why do you need to run the test of error_highlight along with your hack for test-unit gem? Are you proposing to introduce...

I don't know why you try to change `tool/lib/test/unit/testcase.rb`, but anyway. In fact, error_highlight does not work well when `const_missing` is defined. This is a variant problem of #35. I...

Your patch is what I said as 2-1 in #35. Its problem is that the line number shown by the backtrace and the snippet shown by error_highlight are discrepant. ```ruby...

Note: I got `oj-bench.rb` from [this article](https://tech.repro.io/entry/2023/12/19/095811#%E3%81%BE%E3%81%A8%E3%82%81).

I don't plan on getting Arm's macOS, so it is difficult for me to debug this issue. Please let me close this issue for now. If someone has a reproduction...

This PR adds a new method. A new feature requires discussion in the bug tracker. Please create a ticket into bugs.ruby-lang.org