Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created May 1, 2017 12:18
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/26346613cb371e893ffb9cf5bb6ccd0f to your computer and use it in GitHub Desktop.
Save Whateverable/26346613cb371e893ffb9cf5bb6ccd0f to your computer and use it in GitHub Desktop.
bisectable6
old=2017.04.3 my SetHash $set = SetHash.new; my $i = 1001; $set{$i} = True; dd $set; $i++; dd $set # more clearly
Bisecting: 67 revisions left to test after this (roughly 6 steps)
[3c7cd9333aeda423bf29d8899246e4ffaaec6acb] Simplify method call
»»»»» Testing 3c7cd9333aeda423bf29d8899246e4ffaaec6acb
»»»»» Script output:
SetHash $set = SetHash.new(1001)
SetHash $set = SetHash.new(1002)
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
SetHash $set = SetHash.new(1001)
SetHash $set = SetHash.new(1002)
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 9c9ebd0bb8211a0cd91cd06ec3fb8e609262e8bc
»»»»» Script output:
SetHash $set = SetHash.new(1001)
SetHash $set = SetHash.new(1002)
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
SetHash $set = SetHash.new(1001)
SetHash $set = SetHash.new(1002)
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 94390ae9caece0003bf03e1ad178168165d26dea
»»»»» Script output:
SetHash $set = SetHash.new(1001)
SetHash $set = SetHash.new(1002)
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
SetHash $set = SetHash.new(1001)
SetHash $set = SetHash.new(1002)
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing fec547a1edc88351c0bbafd1e317470222727fc6
»»»»» Script output:
SetHash $set = SetHash.new(1001)
SetHash $set = SetHash.new(1002)
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
SetHash $set = SetHash.new(1001)
SetHash $set = SetHash.new(1002)
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 6d7fc8e69494bb56b43066e3485827c1f9816bc5
»»»»» Script output:
SetHash $set = SetHash.new(1001)
SetHash $set = SetHash.new(1002)
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
SetHash $set = SetHash.new(1001)
SetHash $set = SetHash.new(1002)
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 134efd8393a116383b4a7627a8b26e0f55b466af
»»»»» Script output:
SetHash $set = SetHash.new(1001)
SetHash $set = SetHash.new(1002)
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
SetHash $set = SetHash.new(1001)
SetHash $set = SetHash.new(1002)
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 3829488f149f894f372691a62862aba93df475fd
»»»»» Script output:
SetHash $set = SetHash.new(1001)
SetHash $set = SetHash.new(1002)
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
SetHash $set = SetHash.new(1001)
SetHash $set = SetHash.new(1002)
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
551b8a69e0a83e2c34d4fff89cc32acc6881a7d6 is the first new commit
commit 551b8a69e0a83e2c34d4fff89cc32acc6881a7d6
Author: Elizabeth Mattijsen <liz@dijkmat.nl>
Date: Mon May 1 13:28:11 2017 +0200
Fix for RT #131240, dogbert17++
:040000 040000 98572034652f435779991f2aa95359980e2d0f9f 978351527355c7329c7011f8bc895d2ba5ced823 M src
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment