Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created August 14, 2017 23:54
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/5ec10dbe603d4197416a732fe0c1e48b to your computer and use it in GitHub Desktop.
Save Whateverable/5ec10dbe603d4197416a732fe0c1e48b to your computer and use it in GitHub Desktop.
bisectable6
good=2016.07.1 bad=2016.08.1 unit module Foo; sub foo() is export {}; say Foo::<EXPORT>.WHICH eq UNIT::<EXPORT>.WHICH
Bisecting: 123 revisions left to test after this (roughly 7 steps)
[4693a52b2dcc2a8db2ebc747670e731215dcd135] Use Buf.append(Buf) instead of Buf.push(Buf)
»»»»» Testing 4693a52b2dcc2a8db2ebc747670e731215dcd135
»»»»» Script output:
True
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
True
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing b548e437e58bf76d879b97865fd132e79f363e40
»»»»» Script output:
True
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
True
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 9aef5c334ed6943a291ef0a3180d8037a954c10d
»»»»» Script output:
False
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
True
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 40706bfb55404b6e1929f4cbfd006d758d78eb21
»»»»» Script output:
False
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
True
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 1628e485df1356ae51513009863998daacceffea
»»»»» Script output:
False
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
True
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 6cd6efebda64b5fc34a75610841caabab9eab2a9
»»»»» Script output:
False
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
True
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 8f43bb8587c7379b789651c67c4d2a8a08e59cec
»»»»» Script output:
True
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
True
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 4d85cde90883e031650600b9f55a87e86acb632c
»»»»» Script output:
False
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
True
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
4d85cde90883e031650600b9f55a87e86acb632c is the first new commit
commit 4d85cde90883e031650600b9f55a87e86acb632c
Author: Elizabeth Mattijsen <liz@dijkmat.nl>
Date: Mon Aug 15 21:18:24 2016 +0200
Fix RT #128931
:040000 040000 359fb7cf2b049fdc09343d255de6ac3ab0eef218 a82a6a541255ea5779a7bc9f79e25fb7e8acca58 M src
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment