Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created October 8, 2017 08:27
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/74a1d1bea32406938a29be4faf594fcf to your computer and use it in GitHub Desktop.
Save Whateverable/74a1d1bea32406938a29be4faf594fcf to your computer and use it in GitHub Desktop.
bisectable6
old=2016.07.1 new=2016.08.1 say 'Hello'; *...'WAT'
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:
Hello
===SORRY!===
Method 'succ' not found for invocant of class 'Whatever'
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
Hello
===SORRY!===
Method 'succ' not found for invocant of class 'Whatever'
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing b548e437e58bf76d879b97865fd132e79f363e40
»»»»» Script output:
Hello
===SORRY!===
Method 'succ' not found for invocant of class 'Whatever'
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
Hello
===SORRY!===
Method 'succ' not found for invocant of class 'Whatever'
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 9aef5c334ed6943a291ef0a3180d8037a954c10d
»»»»» Script output:
Hello
===SORRY!===
Method 'succ' not found for invocant of class 'Whatever'
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
Hello
===SORRY!===
Method 'succ' not found for invocant of class 'Whatever'
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 1a16f6cdce904b50e8fd8d2bd375864986c79b4a
»»»»» Script output:
Hello
Method 'succ' not found for invocant of class 'Whatever'
in block <unit> at /tmp/8KiUBxFiSm line 1
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
Hello
===SORRY!===
Method 'succ' not found for invocant of class 'Whatever'
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 5f2818b58be83c9b352a00b9fba22ea3a78c6ad3
»»»»» Script output:
Hello
===SORRY!===
Method 'succ' not found for invocant of class 'Whatever'
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
Hello
===SORRY!===
Method 'succ' not found for invocant of class 'Whatever'
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 410a9c17c7cf4c2c3b31122461b837dd9a61df18
»»»»» Script output:
Hello
===SORRY!===
Method 'succ' not found for invocant of class 'Whatever'
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
Hello
===SORRY!===
Method 'succ' not found for invocant of class 'Whatever'
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing b2511f549073878e872dbcaae4c2d004fd15b129
»»»»» Script output:
Hello
===SORRY!===
Method 'succ' not found for invocant of class 'Whatever'
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
Hello
===SORRY!===
Method 'succ' not found for invocant of class 'Whatever'
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 25e9fd76e85fabda20e263b6f87e27b0673f26e2
»»»»» Script output:
Hello
Method 'succ' not found for invocant of class 'Whatever'
in block <unit> at /tmp/8KiUBxFiSm line 1
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
Hello
===SORRY!===
Method 'succ' not found for invocant of class 'Whatever'
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
25e9fd76e85fabda20e263b6f87e27b0673f26e2 is the first new commit
commit 25e9fd76e85fabda20e263b6f87e27b0673f26e2
Author: Will "Coke" Coleda <will@coleda.com>
Date: Fri Aug 19 09:31:24 2016 -0400
update NQP revision to get MoarVM fixes
:040000 040000 5c6067bf95f3db48da248a17e03cbe23a2d8b26c c40a9905e7f604fbe4753401ee55e5a442b62324 M tools
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment