Created
December 7, 2021 01:37
-
-
Save Whateverable/72bbd39d2a7bc5fb7abf88b5a03d6ae5 to your computer and use it in GitHub Desktop.
bisectable6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
use Test; class A { has @.b }; my @b = 1,2,3; my %a = :@b; is-deeply A.new(|%a), A.new(:@b) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some old revs are not ancestors of the new rev. | |
git bisect cannot work properly in this case. | |
Maybe you mistook old and new revs? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment