Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created June 1, 2017 21:31
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/6e030f4b457143ddd9cf5aa9a6334eda to your computer and use it in GitHub Desktop.
Save Whateverable/6e030f4b457143ddd9cf5aa9a6334eda to your computer and use it in GitHub Desktop.
bisectable6
sub grab(+@a) { "grab $_".say for @a }; grab(flat $(1, 2))
Bisecting: 2330 revisions left to test after this (roughly 11 steps)
[94d19e9ff5f9d8c108ffeb0452c971a5a945f233] Change once to INIT until we fix once
»»»»» Testing 94d19e9ff5f9d8c108ffeb0452c971a5a945f233
»»»»» Script output:
grab 1 2
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
grab 1 2
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing eed0dc2d4c9370662af3b7d2e06462dfc9d07ca5
»»»»» Script output:
grab 1
grab 2
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
grab 1 2
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing ea67ce9b2041affee3d6b755bb8e739899300ad4
»»»»» Script output:
grab 1 2
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
grab 1 2
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 4e49ec135dda93676ceb95f4ade7496139c2bef7
»»»»» Script output:
grab 1 2
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
grab 1 2
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing ed4ef3b582731b220e64301f6b7ef3d96480e181
»»»»» Script output:
grab 1 2
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
grab 1 2
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 366d1cade915b27f8917b712dc16ad6db89d80cc
»»»»» Script output:
grab 1
grab 2
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
grab 1 2
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing f16cf370c1ce9b8210ab4f69119553dd1f53aed3
»»»»» Script output:
grab 1 2
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
grab 1 2
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing b0555b10efd85e1e90318e61f0d62104bceb6b2f
»»»»» Script output:
grab 1 2
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
grab 1 2
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing c2349d1a6ac3434456177f6956eb10d658d59fa7
»»»»» Script output:
grab 1 2
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
grab 1 2
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 8519794d22a96b8e7c7573aa0bc69963cd5a1425
»»»»» Script output:
grab 1
grab 2
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
grab 1 2
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing ffae3ffb891ab853c514b7d54f7f1949e4a2c603
»»»»» Script output:
grab 1 2
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
grab 1 2
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 673f06bc8d25d13589f6d247e35a471dcecb40cd
»»»»» Script output:
grab 1
grab 2
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
grab 1 2
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing ca102c51ae2a6a30df50f1fb039f398c5da329c6
»»»»» Script output:
grab 1
grab 2
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
grab 1 2
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
ca102c51ae2a6a30df50f1fb039f398c5da329c6 is the first new commit
commit ca102c51ae2a6a30df50f1fb039f398c5da329c6
Author: Zoffix Znet <cpan@zoffix.com>
Date: Sat Feb 18 15:19:36 2017 +0000
Make flat() propagate is-lazy if possible
The **@foo slurpy ditches the is-lazy flag, so we fix that by
adding an Interable candidate that will preserve it when just an
Iterable is given to flat().
:040000 040000 6bb752cddf4faff2dd519b2536bb5df667deb84f 400b096059233fc3987750cde869405c939ef60b M src
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment