Created
October 9, 2024 13:27
-
-
Save Whateverable/b7ffee24f7bc82cf0fc0034296c16660 to your computer and use it in GitHub Desktop.
bisectable6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
my @a = <3 4 5>; @a[1, -2, 0]:delete; .say for @a |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bisecting: 98 revisions left to test after this (roughly 7 steps) | |
[a61f6bb3a6ba94796f4b0c89e6f53e9b4ce7b30e] Oops, forgot to collapse two leading lines | |
»»»»» Testing a61f6bb3a6ba94796f4b0c89e6f53e9b4ce7b30e | |
»»»»» Script output: | |
Calculated index (-2) is negative, but Array allows only 0-based indexing | |
in block <unit> at /tmp/j808pjbssa line 1 | |
Actually thrown at: | |
in block <unit> at /tmp/j808pjbssa line 1 | |
»»»»» Script exit code: 1 | |
»»»»» Bisecting by exit code | |
»»»»» Current exit code is 1, exit code on “old” revision is 1 | |
»»»»» Note that on “old” revision exit code is normally 0, you are probably trying to find when something was fixed | |
»»»»» If exit code is not the same as on “old” revision, this revision will be marked as “new” | |
»»»»» Therefore, marking this revision as “old” | |
»»»»» ------------------------------------------------------------------------- | |
»»»»» Testing b3e9f5d24acb94270a28f3069067a74d71f32a3e | |
»»»»» Script output: | |
(Any) | |
(Any) | |
5 | |
»»»»» Script exit code: 0 | |
»»»»» Bisecting by exit code | |
»»»»» Current exit code is 0, exit code on “old” revision is 1 | |
»»»»» Note that on “old” revision exit code is normally 0, you are probably trying to find when something was fixed | |
»»»»» If exit code is not the same as on “old” revision, this revision will be marked as “new” | |
»»»»» Therefore, marking this revision as “new” | |
»»»»» ------------------------------------------------------------------------- | |
»»»»» Testing 7f0f46465eb60fb6a9257bf1e9097e8513b295c4 | |
»»»»» Script output: | |
(Any) | |
(Any) | |
5 | |
»»»»» Script exit code: 0 | |
»»»»» Bisecting by exit code | |
»»»»» Current exit code is 0, exit code on “old” revision is 1 | |
»»»»» Note that on “old” revision exit code is normally 0, you are probably trying to find when something was fixed | |
»»»»» If exit code is not the same as on “old” revision, this revision will be marked as “new” | |
»»»»» Therefore, marking this revision as “new” | |
»»»»» ------------------------------------------------------------------------- | |
»»»»» Testing d0a00164e984ec16c199927009c9a1ccfed5b919 | |
»»»»» Script output: | |
(Any) | |
(Any) | |
5 | |
»»»»» Script exit code: 0 | |
»»»»» Bisecting by exit code | |
»»»»» Current exit code is 0, exit code on “old” revision is 1 | |
»»»»» Note that on “old” revision exit code is normally 0, you are probably trying to find when something was fixed | |
»»»»» If exit code is not the same as on “old” revision, this revision will be marked as “new” | |
»»»»» Therefore, marking this revision as “new” | |
»»»»» ------------------------------------------------------------------------- | |
»»»»» Testing c6faf9bf4eba657fe3f2ace5bb733881bff6c0c9 | |
»»»»» Script output: | |
(Any) | |
(Any) | |
5 | |
»»»»» Script exit code: 0 | |
»»»»» Bisecting by exit code | |
»»»»» Current exit code is 0, exit code on “old” revision is 1 | |
»»»»» Note that on “old” revision exit code is normally 0, you are probably trying to find when something was fixed | |
»»»»» If exit code is not the same as on “old” revision, this revision will be marked as “new” | |
»»»»» Therefore, marking this revision as “new” | |
»»»»» ------------------------------------------------------------------------- | |
»»»»» Testing f060da0673448a4c5290d2efba829d4783f858d6 | |
»»»»» Script output: | |
Calculated index (-2) is negative, but Array allows only 0-based indexing | |
in block <unit> at /tmp/j808pjbssa line 1 | |
Actually thrown at: | |
in block <unit> at /tmp/j808pjbssa line 1 | |
»»»»» Script exit code: 1 | |
»»»»» Bisecting by exit code | |
»»»»» Current exit code is 1, exit code on “old” revision is 1 | |
»»»»» Note that on “old” revision exit code is normally 0, you are probably trying to find when something was fixed | |
»»»»» If exit code is not the same as on “old” revision, this revision will be marked as “new” | |
»»»»» Therefore, marking this revision as “old” | |
»»»»» ------------------------------------------------------------------------- | |
»»»»» Testing 6e62c409bf1e94f26543afe04e7881eaaa6004c3 | |
»»»»» Script output: | |
Calculated index (-2) is negative, but Array allows only 0-based indexing | |
in block <unit> at /tmp/j808pjbssa line 1 | |
Actually thrown at: | |
in block <unit> at /tmp/j808pjbssa line 1 | |
»»»»» Script exit code: 1 | |
»»»»» Bisecting by exit code | |
»»»»» Current exit code is 1, exit code on “old” revision is 1 | |
»»»»» Note that on “old” revision exit code is normally 0, you are probably trying to find when something was fixed | |
»»»»» If exit code is not the same as on “old” revision, this revision will be marked as “new” | |
»»»»» Therefore, marking this revision as “old” | |
c6faf9bf4eba657fe3f2ace5bb733881bff6c0c9 is the first new commit | |
commit c6faf9bf4eba657fe3f2ace5bb733881bff6c0c9 | |
Author: Elizabeth Mattijsen <liz@dijkmat.nl> | |
Date: Sun Jun 12 14:14:52 2016 +0200 | |
Streamline Iterator.flat | |
src/core/Iterable.pm | 79 ++++++++++++++++++++++++++++++---------------------- | |
1 file changed, 46 insertions(+), 33 deletions(-) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment