Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created December 19, 2020 10:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Whateverable/8ad508434235c037e670f0507960191b to your computer and use it in GitHub Desktop.
Save Whateverable/8ad508434235c037e670f0507960191b to your computer and use it in GitHub Desktop.
bisectable6
sub foo() { loop { LAST {say "LAST"}; say "IN"; last } }; foo
Bisecting: a merge base must be tested
[446a3ca324052080ac9edaa9010bc6bbe7b6fe05] Merge pull request #652 from autarch/patch-1
»»»»» Testing 446a3ca324052080ac9edaa9010bc6bbe7b6fe05
»»»»» Script output:
IN
LAST
»»»»» Script exit code: 0
»»»»» Bisecting by exit code
»»»»» Current exit code is 0, exit code on “old” revision is 1
»»»»» Note that on “old” revision exit code is normally 0, you are probably trying to find when something was fixed
»»»»» If exit code is not the same as on “old” revision, this revision will be marked as “new”
»»»»» Therefore, marking this revision as “new”
The merge base 446a3ca324052080ac9edaa9010bc6bbe7b6fe05 is new.
The property has changed between 446a3ca324052080ac9edaa9010bc6bbe7b6fe05 and [eb08bd11eb9caed6bd5e6e7739c43f6f23b53216].
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment