Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created October 14, 2023 20:04
Show Gist options
  • Save Whateverable/cd8ce031aff06a73e16b954a957e9774 to your computer and use it in GitHub Desktop.
Save Whateverable/cd8ce031aff06a73e16b954a957e9774 to your computer and use it in GitHub Desktop.
bisectable6
sub foo (@bar[4]) { say "can haz bar: @bar[]" } ## https://github.com/Raku/old-issue-tracker/issues/5011
Bisecting: 133 revisions left to test after this (roughly 7 steps)
[50ca2ed98668c00038af87239dedce48e0d2ecc3] s/// parts should be thunks, not lexical scopes
»»»»» Testing 50ca2ed98668c00038af87239dedce48e0d2ecc3
»»»»» Script output:
»»»»» 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 32bd4ed8393523ce12f3791bcf467261a3dfe4f8
»»»»» Script output:
===SORRY!=== Error while compiling /tmp/W5msWbBdVX
Variable '@bar' is not declared
at /tmp/W5msWbBdVX:1
------> sub foo (@bar[4]) { say "can haz bar: ⏏@bar[]" } ## https://github.com/Raku/old
»»»»» 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 65d0422b2b1db9d6e44760b2b17be5e8855a165d
»»»»» Script output:
»»»»» 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 c3c5dae1230dda41fca5e3ecce5616f2367ba17c
»»»»» Script output:
»»»»» 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 ca78390eccf696ee1aa59139ca9823a357721cec
»»»»» Script output:
»»»»» 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 c1b8ff60f848129dd7dca78aad395497d69a9b8f
»»»»» Script output:
===SORRY!=== Error while compiling /tmp/W5msWbBdVX
Variable '@bar' is not declared
at /tmp/W5msWbBdVX:1
------> sub foo (@bar[4]) { say "can haz bar: ⏏@bar[]" } ## https://github.com/Raku/old
»»»»» 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 4b64338afaa129e3d64db3aaddf9e5eaaf95416d
»»»»» Script output:
===SORRY!=== Error while compiling /tmp/W5msWbBdVX
Variable '@bar' is not declared
at /tmp/W5msWbBdVX:1
------> sub foo (@bar[4]) { say "can haz bar: ⏏@bar[]" } ## https://github.com/Raku/old
»»»»» 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 5eb113b1c8e050aea1f07103183ca97c9c36f668
»»»»» Script output:
===SORRY!=== Error while compiling /tmp/W5msWbBdVX
Variable '@bar' is not declared
at /tmp/W5msWbBdVX:1
------> sub foo (@bar[4]) { say "can haz bar: ⏏@bar[]" } ## https://github.com/Raku/old
»»»»» 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”
ca78390eccf696ee1aa59139ca9823a357721cec is the first new commit
commit ca78390eccf696ee1aa59139ca9823a357721cec
Author: Jonathan Worthington <jnthn@jnthn.net>
Date: Wed Feb 5 16:09:21 2020 +0100
Fix variable declared by shape match in signature
A signature like `-> @a[3] { }` would accidentally declare a lexical
with the name `@a[3]` instead of just `@a`. This addresses the issue
reported in #3314.
src/Perl6/Actions.nqp | 4 ++--
src/Perl6/Grammar.nqp | 18 ++++++++++--------
2 files changed, 12 insertions(+), 10 deletions(-)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment