Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created January 13, 2021 12:33
Show Gist options
  • Save Whateverable/191431cd683f6094cbab52de903562cb to your computer and use it in GitHub Desktop.
Save Whateverable/191431cd683f6094cbab52de903562cb to your computer and use it in GitHub Desktop.
bisectable6
my @a = ["a", ["b", "c"]]; dd @a[1.0;0]
Bisecting: 68 revisions left to test after this (roughly 6 steps)
[9a2f53250ecbab721ce46149a7654d87c582658b] Streamline List.AT-POS a bit
»»»»» Testing 9a2f53250ecbab721ce46149a7654d87c582658b
»»»»» Script output:
("b",)
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
("b",)
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 653017561fa7047ecebe9b1a52b71f99b582827b
»»»»» Script output:
Str <element> = "b"
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
("b",)
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing a563544669080a2c4eb87855637d034ed1429a5e
»»»»» Script output:
Str <element> = "b"
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
("b",)
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing f70e20bdf5a7e3c574a3bc7f393b2bbc2aec5b69
»»»»» Script output:
Str <element> = "b"
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
("b",)
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 00632edb6f3895f715c97575d444263be857a615
»»»»» Script output:
Str <element> = "b"
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
("b",)
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing a974de9ba6a137c6e0aa14480d1a5c8c4a6786e2
»»»»» Script output:
("b",)
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
("b",)
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing ae02bc2994f078f547b297aedf4aaa4627ced392
»»»»» Script output:
("b",)
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
("b",)
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
00632edb6f3895f715c97575d444263be857a615 is the first new commit
commit 00632edb6f3895f715c97575d444263be857a615
Author: Elizabeth Mattijsen <liz@wenzperl.nl>
Date: Wed Dec 6 21:48:44 2017 +0100
Fix for GH #1297
The indices were hard checked for Int, it's a bit smarter now
:040000 040000 0136031ede6820a933a275d3a2268c6cb9299f7c df7efe5895e0da4947fb0e562083b62073997431 M src
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment