Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created December 3, 2017 03:02
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/21747f6e3cb923eb462b0643d9dec43d to your computer and use it in GitHub Desktop.
Save Whateverable/21747f6e3cb923eb462b0643d9dec43d to your computer and use it in GitHub Desktop.
bisectable6
old=2015.11 my (\a) = 1; say a
Bisecting: 3547 revisions left to test after this (roughly 12 steps)
[003e654dd6614f101c36151f290a95d4fa76cd0b] Fix broken .perl of parametarized hash with no keys
»»»»» Testing 003e654dd6614f101c36151f290a95d4fa76cd0b
»»»»» Script output:
1
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
(Any)
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 3b39d0bbd36f8390179be49130cbd8f6bf3498cc
»»»»» Script output:
1
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
(Any)
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing b5cb0054585a5ed2d61723d197923cb1e8a7f0ec
»»»»» Script output:
1
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
(Any)
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing c769890e2c3b29b0fb054e4969bfd2498852b09e
»»»»» Script output:
(Any)
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
(Any)
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 627838d00ae509a78da557d3a8a7a8b22380f76c
»»»»» Script output:
1
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
(Any)
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 3b4964b6d46e260947f54540ec2d20d64dcd7ffd
»»»»» Script output:
(Any)
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
(Any)
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 0e24208abfcc67b22a7fa38862cb977a8f02b6b8
»»»»» Script output:
1
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
(Any)
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 2326cc39d9b6b22ed968ea0635b12a48980563e4
»»»»» Script output:
1
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
(Any)
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 3e6cc4a1dd580ef2aa5782d0a65614c0b9c29fa6
»»»»» Script output:
(Any)
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
(Any)
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 95e7ac6f22ed73d189137557f15b488acbbc2720
»»»»» Script output:
1
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
(Any)
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 9be3cae042f699407552c625d8701d629408216c
»»»»» Script output:
(Any)
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
(Any)
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 205f30bf6cff7a1322fe10033f8e9819616fc54d
»»»»» Script output:
1
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
(Any)
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing d23a73da4360961ebdce703ccebcdf6ba77d1f92
»»»»» Script output:
1
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
(Any)
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
d23a73da4360961ebdce703ccebcdf6ba77d1f92 is the first new commit
commit d23a73da4360961ebdce703ccebcdf6ba77d1f92
Author: jnthn <jnthn@jnthn.net>
Date: Tue Dec 15 21:06:07 2015 +0100
Don't confuse undef variables with constants.
This is what was keeping `my ($a, \b) = 1, 2; say b` from producing
the expected output (2).
:040000 040000 1826a981995a94e6cde637d8367a37cd0ccf2e2a 612abb974c0947904560d956598414dcb4517e2d M src
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment