Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created September 7, 2016 22:33
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/8e415c55ef942f7011166180cb51ba2d to your computer and use it in GitHub Desktop.
Save Whateverable/8e415c55ef942f7011166180cb51ba2d to your computer and use it in GitHub Desktop.
bisectable6
my @a = 5, 6; END dd @a; @a.push: 42
Bisecting: 931 revisions left to test after this (roughly 10 steps)
[dc7346b46a83d5339276610b0f633131aac47a20] Make Map.kv about 10% faster
»»»»» Testing dc7346b46a83d5339276610b0f633131aac47a20
»»»»» Script output:
Array @a = []
»»»»» Script exit code: 0
»»»»» Bisecting by using the output
»»»»» Comparing the output to:
Array @a = []
»»»»» The output is identical
»»»»» Final exit code: 0
»»»»» -------------------------------------------------------------------------
»»»»» Testing b31be7b92d7534556075c13eba609088c976af0a
»»»»» Script output:
Array @a = []
»»»»» Script exit code: 0
»»»»» Bisecting by using the output
»»»»» Comparing the output to:
Array @a = []
»»»»» The output is identical
»»»»» Final exit code: 0
»»»»» -------------------------------------------------------------------------
»»»»» Testing d97e0938a89ccec3d5cfaebd69a00aa5eb83beae
»»»»» Script output:
Array @a = [5, 6, 42]
»»»»» Script exit code: 0
»»»»» Bisecting by using the output
»»»»» Comparing the output to:
Array @a = []
»»»»» The output is different
»»»»» Final exit code: 1
»»»»» -------------------------------------------------------------------------
»»»»» Testing 18455a5f2393e44a151a91239e43223bd873c7b1
»»»»» Script output:
Array @a = []
»»»»» Script exit code: 0
»»»»» Bisecting by using the output
»»»»» Comparing the output to:
Array @a = []
»»»»» The output is identical
»»»»» Final exit code: 0
»»»»» -------------------------------------------------------------------------
»»»»» Testing b294e9b0019c56362708591b4270b75728ce672b
»»»»» Script output:
Array @a = []
»»»»» Script exit code: 0
»»»»» Bisecting by using the output
»»»»» Comparing the output to:
Array @a = []
»»»»» The output is identical
»»»»» Final exit code: 0
»»»»» -------------------------------------------------------------------------
»»»»» Testing 15ee3c3b9d94855aa96816216c43a352bc89b7ca
»»»»» Script output:
Array @a = []
»»»»» Script exit code: 0
»»»»» Bisecting by using the output
»»»»» Comparing the output to:
Array @a = []
»»»»» The output is identical
»»»»» Final exit code: 0
»»»»» -------------------------------------------------------------------------
»»»»» Testing f1313dbc93dd3c8b606519e253697fb682948807
»»»»» Script output:
Array @a = []
»»»»» Script exit code: 0
»»»»» Bisecting by using the output
»»»»» Comparing the output to:
Array @a = []
»»»»» The output is identical
»»»»» Final exit code: 0
»»»»» -------------------------------------------------------------------------
»»»»» Testing 6183a57a0e880abc0b0cb15367b646c85bae322b
»»»»» Script output:
Array @a = []
»»»»» Script exit code: 0
»»»»» Bisecting by using the output
»»»»» Comparing the output to:
Array @a = []
»»»»» The output is identical
»»»»» Final exit code: 0
»»»»» -------------------------------------------------------------------------
»»»»» Testing 02ee790d4243eb95b4aeb7ace57dde6818d3ea31
»»»»» Script output:
Array @a = [5, 6, 42]
»»»»» Script exit code: 0
»»»»» Bisecting by using the output
»»»»» Comparing the output to:
Array @a = []
»»»»» The output is different
»»»»» Final exit code: 1
»»»»» -------------------------------------------------------------------------
»»»»» Testing 5e61516a3fd290d93a7e18899483ccb2b9ba3a30
»»»»» Script output:
Array @a = [5, 6, 42]
»»»»» Script exit code: 0
»»»»» Bisecting by using the output
»»»»» Comparing the output to:
Array @a = []
»»»»» The output is different
»»»»» Final exit code: 1
»»»»» -------------------------------------------------------------------------
»»»»» Testing 5f1249e843bbd7ead4860f65c2ccd19ec6376033
»»»»» Script output:
Array @a = []
»»»»» Script exit code: 0
»»»»» Bisecting by using the output
»»»»» Comparing the output to:
Array @a = []
»»»»» The output is identical
»»»»» Final exit code: 0
»»»»» -------------------------------------------------------------------------
5e61516a3fd290d93a7e18899483ccb2b9ba3a30 is the first bad commit
commit 5e61516a3fd290d93a7e18899483ccb2b9ba3a30
Author: Jonathan Worthington <jnthn@jnthn.net>
Date: Wed Jul 27 19:21:16 2016 +0200
Fix a scoping bug with blockless phasers.
This in turn fixes a regression in S17-supply/tail.t, however it's
unclear how it managed to work in the past.
:040000 040000 63f0149689254b5f08bc3999c1c18973b9887154 b8434c92a9fb3cb12ff419900dc4225c2fcfb7d8 M src
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment