Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created November 9, 2020 14:06
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/57f81bbf8162f5633ea5577243301dbc to your computer and use it in GitHub Desktop.
Save Whateverable/57f81bbf8162f5633ea5577243301dbc to your computer and use it in GitHub Desktop.
bisectable6
my $a = "1".Int; my $b = "1".Int; $a does role { method Str() { "foo" } }; $b.Str.say
Bisecting: 153 revisions left to test after this (roughly 7 steps)
[c68d4fc49269afdf5b5e67043abebf24b7eaba1c] Bump NQP for rename of java packages to org.raku.*
»»»»» Testing c68d4fc49269afdf5b5e67043abebf24b7eaba1c
»»»»» Script output:
foo
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
1
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing a0e58412a04253ce0321a30587eda6eb75db2b30
»»»»» Script output:
1
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
1
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 4085cfdc64877b354576bba70e2cd31a9156d573
»»»»» Script output:
foo
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
1
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing c3b129066882f5c22b08d736c62c05debb1037bd
»»»»» Script output:
foo
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
1
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 1464310b1da6920bf6d68eeea64075bd03394837
»»»»» Script output:
foo
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
1
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing c75d25c570cfd1705cf7df82ee34d0eea67680c9
»»»»» Cannot test this commit. Reason: Commit exists, but an executable could not be built for it
»»»»» Therefore, skipping this revision
»»»»» -------------------------------------------------------------------------
»»»»» Testing 3ee1777a6b78f30cb6997701a667c0a6de04269f
»»»»» Script output:
foo
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
1
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing b5f23aa0d054f0f4010b0d8d74235d4581473bcd
»»»»» Script output:
1
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
1
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing c988f832916a78cf39480c6797dd249ea921564d
»»»»» Script output:
1
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
1
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
There are only 'skip'ped commits left to test.
The first new commit could be any of:
c75d25c570cfd1705cf7df82ee34d0eea67680c9
3ee1777a6b78f30cb6997701a667c0a6de04269f
We cannot bisect more!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment