Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created March 26, 2020 22: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/35b46a929accbeca8bb5320dcf70a891 to your computer and use it in GitHub Desktop.
Save Whateverable/35b46a929accbeca8bb5320dcf70a891 to your computer and use it in GitHub Desktop.
bisectable6
2020.01 my @wat = flat [2,3,4], 10,11 ... *; say @wat[^5];
Bisecting: 257 revisions left to test after this (roughly 8 steps)
[65ef7db198c412a20ebce5e0bea942ebe40fa742] Temporary fix for R#3459
»»»»» Testing 65ef7db198c412a20ebce5e0bea942ebe40fa742
»»»»» Script output:
(2 3 4 10 11)
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
(2 3 4 10 11)
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing e49a85ec6e8fff36169ed3bc4221ed653ecb3633
»»»»» Script output:
(2 3 4 10 11)
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
(2 3 4 10 11)
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 70ac9b72efa041de54c2dbe0b0305f4eb18a2be4
»»»»» Script output:
(2 3 4 10 11)
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
(2 3 4 10 11)
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 08545a33d657e3f6040c34c1c9c7a3e8b3342555
»»»»» Cannot test this commit. Reason: Commit exists, but an executable could not be built for it
»»»»» Therefore, skipping this revision
»»»»» -------------------------------------------------------------------------
»»»»» Testing 86bc3b3d296fde7330b9ab17ce74f101ae07b9b9
»»»»» Script output:
(2 3 4 10 11)
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
(2 3 4 10 11)
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 509a7f6ecab1f3cb9afbda4818714e8f681914cf
»»»»» Script output:
(2 3 4 10 11)
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
(2 3 4 10 11)
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 439b86095689bb5fd6d9a224d7428e2d7930b37f
»»»»» Script output:
([2 3 4] 10 11 12 13)
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
(2 3 4 10 11)
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 4c026ab83c24d20156b580de42f3d85fe9755369
»»»»» Script output:
(2 3 4 10 11)
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
(2 3 4 10 11)
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 500dc6627b0a1015a60edfb868ba24ccddae6d90
»»»»» Script output:
(2 3 4 10 11)
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
(2 3 4 10 11)
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 87226876a2d06c8b6ac9cedece31be12ef89e34d
»»»»» Script output:
(2 3 4 10 11)
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
(2 3 4 10 11)
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 9286def3c85028a60f97bf2d41b505b13b3062b1
»»»»» Script output:
([2 3 4] 10 11 12 13)
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
(2 3 4 10 11)
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
9286def3c85028a60f97bf2d41b505b13b3062b1 is the first new commit
commit 9286def3c85028a60f97bf2d41b505b13b3062b1
Author: Elizabeth Mattijsen <liz@wenzperl.nl>
Date: Sun Mar 22 13:09:18 2020 +0100
Use sub form of take, instead of method form
- saves one callframe per value produced
:040000 040000 9b882d95d6067ef6c59c43aa017f6f8214493cf2 6af26caad2ccb7025fb82ddf0ff5e2ea03423141 M src
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment