Jun's Blog

Output, activities, memo and etc.

Entries from 2021-08-10 to 1 day

How to use "git bisect".

I used git bisect command related to this issue on the Ruby project. The situation is that the some tests in test/ruby/test_jit.rb fail on the v2_7_4 tag, but pass on v2_7_3 tag on the ruby/ruby repository. So, here is steps to find which …