Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created November 17, 2020 20: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/6cf89d74c64866e98a7e544904e73636 to your computer and use it in GitHub Desktop.
Save Whateverable/6cf89d74c64866e98a7e544904e73636 to your computer and use it in GitHub Desktop.
bisectable6
use Test; dd &trait_mod:<is>(sub { }, :test-assertion)
Bisecting: 166 revisions left to test after this (roughly 7 steps)
[b0d5d818a983fc3b5bf2d79a3e3857626b8e3979] Adds README.md to avoid deletion
»»»»» Testing b0d5d818a983fc3b5bf2d79a3e3857626b8e3979
»»»»» Script output:
Can't use unknown trait 'is test-assertion' in a sub declaration.
in block <unit> at /tmp/wZrM1dlGNE line 1
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
Can't use unknown trait 'is test-assertion' in a sub declaration.
in block <unit> at /tmp/wZrM1dlGNE line 1
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 89ca56affba135857bbcef83c399ce549daba2fe
»»»»» Script output:
Can't use unknown trait 'is' -> 'test-assertion' in a sub declaration.
in block <unit> at /tmp/wZrM1dlGNE line 1
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
Can't use unknown trait 'is test-assertion' in a sub declaration.
in block <unit> at /tmp/wZrM1dlGNE line 1
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 0d9e9f34ce481e28228762d6fec0add90c4c6a81
»»»»» Script output:
Can't use unknown trait 'is test-assertion' in a sub declaration.
in block <unit> at /tmp/wZrM1dlGNE line 1
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
Can't use unknown trait 'is test-assertion' in a sub declaration.
in block <unit> at /tmp/wZrM1dlGNE line 1
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 89fee86acec7feaf2b70843416c513f2a4bac5f6
»»»»» Script output:
Can't use unknown trait 'is' -> 'test-assertion' in a sub declaration.
in block <unit> at /tmp/wZrM1dlGNE line 1
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
Can't use unknown trait 'is test-assertion' in a sub declaration.
in block <unit> at /tmp/wZrM1dlGNE line 1
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 54fe8a1a8bc8332faf2402b71148bd5abd32b4a3
»»»»» Cannot test this commit. Reason: Commit exists, but an executable could not be built for it
»»»»» Therefore, skipping this revision
»»»»» -------------------------------------------------------------------------
»»»»» Testing 2ed2f398136e2e3d1cd73bf3c51faad5c00fbb7b
»»»»» Script output:
Can't use unknown trait 'is' -> 'test-assertion' in a sub declaration.
in block <unit> at /tmp/wZrM1dlGNE line 1
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
Can't use unknown trait 'is test-assertion' in a sub declaration.
in block <unit> at /tmp/wZrM1dlGNE line 1
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 5fcba5b366888fe8c88ca18ffe2d6dabd34ebdbd
»»»»» Script output:
Can't use unknown trait 'is test-assertion' in a sub declaration.
in block <unit> at /tmp/wZrM1dlGNE line 1
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
Can't use unknown trait 'is test-assertion' in a sub declaration.
in block <unit> at /tmp/wZrM1dlGNE line 1
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 1c101a04f92ed199eec62cc31a6b2ffba874a8cd
»»»»» Script output:
Can't use unknown trait 'is test-assertion' in a sub declaration.
in block <unit> at /tmp/wZrM1dlGNE line 1
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
Can't use unknown trait 'is test-assertion' in a sub declaration.
in block <unit> at /tmp/wZrM1dlGNE line 1
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing bcc8054a4d79952809e073169d5116aba5469dd2
»»»»» Script output:
Can't use unknown trait 'is test-assertion' in a sub declaration.
in block <unit> at /tmp/wZrM1dlGNE line 1
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
Can't use unknown trait 'is test-assertion' in a sub declaration.
in block <unit> at /tmp/wZrM1dlGNE line 1
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
There are only 'skip'ped commits left to test.
The first new commit could be any of:
54fe8a1a8bc8332faf2402b71148bd5abd32b4a3
2ed2f398136e2e3d1cd73bf3c51faad5c00fbb7b
We cannot bisect more!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment