Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created May 21, 2024 14:00
Show Gist options
  • Save Whateverable/7c5d746465483b703dab97b995a131fb to your computer and use it in GitHub Desktop.
Save Whateverable/7c5d746465483b703dab97b995a131fb to your computer and use it in GitHub Desktop.
bisectable6
old=2015.01 new=2016.01 say "".lines
Bisecting: 2397 revisions left to test after this (roughly 11 steps)
[25a9f875034cf6aaba38d71af09d430cf2611506] Get rid of one .infinite
»»»»» Testing 25a9f875034cf6aaba38d71af09d430cf2611506
»»»»» Script output:
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing b409bcb4ad5f2ea722923cc35af0c2992a0e46ee
»»»»» Script output:
()
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing c1af489439db84ed36c7a73bafd14a1e24e62330
»»»»» Script output:
()
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 781c02cf4c17d6f7b8a6bdf3df2749914c5f1a27
»»»»» Script output:
()
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 348886d9bbe9eb908b2b83264556073254e4d709
»»»»» Script output:
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 9ecd136e828a249a2c362de0262aba37db724de1
»»»»» Script output:
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing e6f36021abf17d4fca34e0d6405b9a38ece3ef0f
»»»»» Script output:
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 57b7ebc586a905e637b94c97f8321448520caf02
»»»»» Script output:
()
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing faeda44e5727ec38ec431e8b9a084c4f48ac3331
»»»»» Script output:
()
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 8f3e7b3e7d0eed4d85a1d83d0d873c24af39bfa4
»»»»» Script output:
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing eac8b76246e2e4e9f5caa24017b3b57d1c7e724d
»»»»» Script output:
()
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 287360bb9aa714f91f7b27804e17eaa94c2c99cf
»»»»» Script output:
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
eac8b76246e2e4e9f5caa24017b3b57d1c7e724d is the first new commit
commit eac8b76246e2e4e9f5caa24017b3b57d1c7e724d
Author: TimToady <larry@wall.org>
Date: Sat Aug 29 22:48:11 2015 +0200
one-arg say should just gist it
A function that distributes .gist over all its arguments should not
make an exception when there's only one argument.
src/core/io_operators.pm | 10 ----------
1 file changed, 10 deletions(-)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment