Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created November 15, 2016 06:23
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/abc547a754f4a2cde01e446c1a3fdbbc to your computer and use it in GitHub Desktop.
Save Whateverable/abc547a754f4a2cde01e446c1a3fdbbc to your computer and use it in GitHub Desktop.
bisectable6
my @a[4] = ^4; @a = @a.rotate(1); say @a;
Bisecting: 1234 revisions left to test after this (roughly 10 steps)
[20ba0ecde1e9db0e4ada91c7ea54b04bf6913be4] Merge remote-tracking branch 'upstream/nom' into repl-whitespace-fixes
»»»»» Testing 20ba0ecde1e9db0e4ada91c7ea54b04bf6913be4
»»»»» Script output:
[1 2 3 0]
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
[1 2 3 0]
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 601f4f08ec4d90102b9a0029b3a2b007c359389b
»»»»» Script output:
[1 2 3 0]
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
[1 2 3 0]
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing cff3437de58ef36a9a2a84915ee9181643af4348
»»»»» Script output:
[1 2 3 0]
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
[1 2 3 0]
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing d53a90594ce8010d0c7e98bef77014116e84f2d8
»»»»» Script output:
[1 2 3 0]
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
[1 2 3 0]
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 40704b82dd6126c60e7f9a99a2ebd0aaab445003
»»»»» Script output:
[1 2 3 1]
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
[1 2 3 0]
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 1bb5aadc46f6d2fde8cfb0c8d47c3f028cd58918
»»»»» Script output:
[1 2 3 1]
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
[1 2 3 0]
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing f99d958cd927c13c576e12d8147e313b879b13f6
»»»»» Script output:
[1 2 3 1]
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
[1 2 3 0]
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing bd62142a7e6f9efb186e8aa8d999379966415888
»»»»» Script output:
[1 2 3 0]
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
[1 2 3 0]
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing a6eeaa0415ee3259cb9f416839d3f91becf185a3
»»»»» Script output:
[1 2 3 1]
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
[1 2 3 0]
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 4539db45a1276fa758c507574ada60fbe3b09e9f
»»»»» Script output:
[1 2 3 1]
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
[1 2 3 0]
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing e28b136954dc576a29984c125493ad8c0ca7d8c3
»»»»» Script output:
[1 2 3 1]
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
[1 2 3 0]
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
e28b136954dc576a29984c125493ad8c0ca7d8c3 is the first new commit
commit e28b136954dc576a29984c125493ad8c0ca7d8c3
Author: Elizabeth Mattijsen <liz@dijkmat.nl>
Date: Tue Nov 1 16:05:56 2016 +0100
Use R:I:RotateListToList for 1dimmed shaped arrays
All other shapes will now just throw an exception.
:040000 040000 b9521054c37015190a2fb5068682bdf3f39ae313 58fd5cfb21fc397c856440782ce5e8df205e7325 M src
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment