Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created September 25, 2024 14:09
Show Gist options
  • Save Whateverable/f9474615db3d82896424b532d2b50f57 to your computer and use it in GitHub Desktop.
Save Whateverable/f9474615db3d82896424b532d2b50f57 to your computer and use it in GitHub Desktop.
bisectable6
my %h = a => 1, b => 2; dd %h{all(<a b>)}:exists
Bisecting: 105 revisions left to test after this (roughly 7 steps)
[e1071b055203613b95220ed9d2fae88dbc8531e9] Bump to get MoarVM with fixes/improvements.
»»»»» Testing e1071b055203613b95220ed9d2fae88dbc8531e9
»»»»» Script output:
all(Bool::True, Bool::True)
»»»»» 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 d740258702321435b205a937d9ed8910a7c396d5
»»»»» Script output:
Method 'name' not found for invocant of class 'Bool'
in any at gen/moar/m-Metamodel.nqp line 3124
in block <unit> at /tmp/pp5_aZ0qKB 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 676ad669c9ae92f5c9890aed90d2e5f90616d8c0
»»»»» Script output:
Method 'name' not found for invocant of class 'Bool'
in any at gen/moar/m-Metamodel.nqp line 3129
in block <unit> at /tmp/pp5_aZ0qKB 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 4fc4cb4805dccdf5c780ae999d42368bac94ffd0
»»»»» Script output:
all(Bool::True, Bool::True)
»»»»» 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 94780d74cc212a8041c395f0d11b7d509d75892c
»»»»» Script output:
all(Bool::True, Bool::True)
»»»»» 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 259624f388e1d804f7681e12c61346d49404c588
»»»»» Script output:
all(Bool::True, Bool::True)
»»»»» 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 eac1e26d6342d0d65ff39a82d7b204341e986a91
»»»»» Script output:
Method 'name' not found for invocant of class 'Bool'
in any at gen/moar/m-Metamodel.nqp line 3129
in block <unit> at /tmp/pp5_aZ0qKB 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”
259624f388e1d804f7681e12c61346d49404c588 is the first new commit
commit 259624f388e1d804f7681e12c61346d49404c588
Author: Elizabeth Mattijsen <liz@dijkmat.nl>
Date: Fri Mar 4 22:12:04 2016 +0000
Make dd a little more lenient on bare type objects
src/core/Any.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment