Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created May 23, 2024 17:50
Show Gist options
  • Save Whateverable/e318c9139533418de8d6e7bfb2f8122d to your computer and use it in GitHub Desktop.
Save Whateverable/e318c9139533418de8d6e7bfb2f8122d to your computer and use it in GitHub Desktop.
bisectable6
my $line = "a b ACCEPTS c d"; Allomorph.^lookup($line ~~ /'ACCEPTS'/)
Bisecting: 44 revisions left to test after this (roughly 6 steps)
[82d50526918006a89d6f4de2bcc19179f3b91243] Merge pull request #3900 from codesections-forks/deprecate-parse-names
»»»»» Testing 82d50526918006a89d6f4de2bcc19179f3b91243
»»»»» 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 0e45651ff6c6232b9e2693b40e107d0918fdc07e
»»»»» Script output:
===SORRY!=== Error while compiling /tmp/d69IxI0Ao_
Undeclared name:
Allomorph used at 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 8fd029a3025307f8ccac11adeed77d170408b5a8
»»»»» Script output:
===SORRY!=== Error while compiling /tmp/d69IxI0Ao_
Undeclared name:
Allomorph used at 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 1b16da195fd3988ea0da05b10a69a736f704750d
»»»»» 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 4872c3f068d132db4619813dd4f2c01d15897c0e
»»»»» 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 716cacdc4dba682e6bd649c819f4afce5eeb19ed
»»»»» Script output:
===SORRY!=== Error while compiling /tmp/d69IxI0Ao_
Undeclared name:
Allomorph used at line 1. Did you mean 'allomorph'?
»»»»» 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”
4872c3f068d132db4619813dd4f2c01d15897c0e is the first new commit
commit 4872c3f068d132db4619813dd4f2c01d15897c0e
Author: Elizabeth Mattijsen <liz@wenzperl.nl>
Date: Tue Aug 25 17:59:39 2020 +0200
Properly capitalize the Allomorph class
src/core.c/allomorphs.pm6 | 22 +++++++++++-----------
t/02-rakudo/03-corekeys-6c.t | 2 +-
t/02-rakudo/03-corekeys-6d.t | 2 +-
t/02-rakudo/03-corekeys-6e.t | 2 +-
t/02-rakudo/03-corekeys.t | 2 +-
t/02-rakudo/04-settingkeys-6c.t | 2 +-
t/02-rakudo/04-settingkeys-6e.t | 2 +-
7 files changed, 17 insertions(+), 17 deletions(-)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment