Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created April 14, 2021 16:46
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/660c914c7a3f86d47e3a900bf39d9306 to your computer and use it in GitHub Desktop.
Save Whateverable/660c914c7a3f86d47e3a900bf39d9306 to your computer and use it in GitHub Desktop.
bisectable6
dd True.pairs
Bisecting: 86 revisions left to test after this (roughly 7 steps)
[627cc406ee95a956081fb00f30ec1f12dcff2c79] Make Int.(chr|unival) handling of negative values consistent
»»»»» Testing 627cc406ee95a956081fb00f30ec1f12dcff2c79
»»»»» Script output:
(0 => Bool::True,).Seq
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
(0 => Bool::True,).Seq
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 2c7acb74c493163b9bdbad4425880308fe7ad9bc
»»»»» Script output:
(:False(0), :True(1)).Seq
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
(0 => Bool::True,).Seq
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 2689eac1de2ea074eb1bf83bace24fc26bab0a25
»»»»» Script output:
(0 => Bool::True,).Seq
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
(0 => Bool::True,).Seq
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 7363887775b95b4583ef4c87f832fb5d8ae5ae9e
»»»»» Script output:
(:True(1), :False(0)).Seq
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
(0 => Bool::True,).Seq
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing b988e763fd917112acb04a94f4949883d0327ea8
»»»»» Script output:
(:True(1), :False(0)).Seq
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
(0 => Bool::True,).Seq
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 615030d279d9caba6bacb397107387cd6aaef410
»»»»» Script output:
(:True(1), :False(0)).Seq
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
(0 => Bool::True,).Seq
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 3a11293871f62ae984dea836827f760d038d0b1f
»»»»» Script output:
(0 => Bool::True,).Seq
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
(0 => Bool::True,).Seq
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
615030d279d9caba6bacb397107387cd6aaef410 is the first new commit
commit 615030d279d9caba6bacb397107387cd6aaef410
Author: Elizabeth Mattijsen <liz@wenzperl.nl>
Date: Fri Mar 5 13:22:15 2021 +0100
Same effect by dispatch
As pointed out by vrurg++ TIL I learned about the Enumeration role.
:040000 040000 8c24872fce9bd7bf0c093432053b133f50b3d014 a17c9dde20cc7d8103a0e79f35ec829f814fc5ca M src
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment