Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created October 2, 2019 07:22
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save Whateverable/6ad41ee17e9251bd8ea61f3f7674e004 to your computer and use it in GitHub Desktop.
bisectable6
use lib 'data/all-modules/cpan/ELIZABETH/Method-Also'; use Method::Also; role A { proto method my_method (|) is also<my-method> { * }; multi method my_method (Str $a) { say 'Str!'; }; multi method my_method (Int $b) { say 'Int!'; }; }; A.new.my_method(42); A.new.my_method('b'); A.new.my-method(42)
Bisecting: 5196 revisions left to test after this (roughly 12 steps)
[7fdbb49ccc4b7edc22dd561e3f42a960ba934f95] Revert "Revert potentially confusing "is default" changes"
»»»»» Testing 7fdbb49ccc4b7edc22dd561e3f42a960ba934f95
»»»»» Script output:
Int!
Str!
Cannot resolve caller my_method(A, Int); Routine does not have any candidates. Is only the proto defined?
in block <unit> at /tmp/iLZV2sYt8O line 1
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
===SORRY!===
Failed to create directory '/home/bisectable/.perl6/2015.12/dist' with mode '0o777': Failed to mkdir: 30
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 44ddfd47b2157afb5ebeb08c20bda55784f38d1c
»»»»» Script output:
Int!
Str!
Use of uninitialized value of type Any in string context.
Methods .^name, .perl, .gist, or .say can be used to stringify it to something meaningful.
in block <unit> at /tmp/iLZV2sYt8O line 1
Cannot resolve caller my_method(A, Int); none of these signatures match:
in block <unit> at /tmp/iLZV2sYt8O line 1
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
===SORRY!===
Failed to create directory '/home/bisectable/.perl6/2015.12/dist' with mode '0o777': Failed to mkdir: 30
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing a34736f32d7338041974b15b4c0bccba1e1775cd
»»»»» Script output:
Int!
Str!
Use of uninitialized value of type Any in string context
Any of .^name, .perl, .gist, or .say can stringify undefined things, if needed. in block <unit> at /tmp/iLZV2sYt8O line 1
Cannot resolve caller my_method(A, Int); none of these signatures match:
in block <unit> at /tmp/iLZV2sYt8O line 1
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
===SORRY!===
Failed to create directory '/home/bisectable/.perl6/2015.12/dist' with mode '0o777': Failed to mkdir: 30
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing ef3aa3c01cba6de1ea364aaba1a57665ec92cf5d
»»»»» Script output:
Int!
Str!
Use of uninitialized value of type Any in string context
Any of .^name, .perl, .gist, or .say can stringify undefined things, if needed. in block <unit> at /tmp/iLZV2sYt8O line 1
Cannot call my_method(A, Int); none of these signatures match:
in block <unit> at /tmp/iLZV2sYt8O line 1
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
===SORRY!===
Failed to create directory '/home/bisectable/.perl6/2015.12/dist' with mode '0o777': Failed to mkdir: 30
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing c9eae68e09ceedf91324631b46b1a0da10f6dbb6
»»»»» Script output:
Int!
Str!
Use of uninitialized value of type Any in string context
Any of .^name, .perl, .gist, or .say can stringify undefined things, if needed. in block <unit> at /tmp/iLZV2sYt8O line 1
Cannot call my_method(A, Int); none of these signatures match:
in block <unit> at /tmp/iLZV2sYt8O line 1
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
===SORRY!===
Failed to create directory '/home/bisectable/.perl6/2015.12/dist' with mode '0o777': Failed to mkdir: 30
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 807bf71534f0f17c1153d0c73dc3e96583ad5f32
»»»»» Script output:
Int!
Str!
Use of uninitialized value of type Any in string context
Any of .^name, .perl, .gist, or .say can stringify undefined things, if needed. in block <unit> at /tmp/iLZV2sYt8O line 1
Cannot call my_method(A, Int); none of these signatures match:
in block <unit> at /tmp/iLZV2sYt8O line 1
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
===SORRY!===
Failed to create directory '/home/bisectable/.perl6/2015.12/dist' with mode '0o777': Failed to mkdir: 30
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 3734ea8d37eddb9bc27983d0c4f2b080f3d17408
»»»»» Script output:
Int!
Str!
Use of uninitialized value of type Any in string context
Any of .^name, .perl, .gist, or .say can stringify undefined things, if needed. in block <unit> at /tmp/iLZV2sYt8O line 1
Cannot call my_method(A, Int); none of these signatures match:
in block <unit> at /tmp/iLZV2sYt8O line 1
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
===SORRY!===
Failed to create directory '/home/bisectable/.perl6/2015.12/dist' with mode '0o777': Failed to mkdir: 30
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 74ab0526f2718e44c8d6331c33d29a46bb6891bf
»»»»» Script output:
Int!
Str!
Use of uninitialized value of type Any in string context
Any of .^name, .perl, .gist, or .say can stringify undefined things, if needed. in block <unit> at /tmp/iLZV2sYt8O line 1
Cannot call my_method(A, Int); none of these signatures match:
in block <unit> at /tmp/iLZV2sYt8O line 1
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
===SORRY!===
Failed to create directory '/home/bisectable/.perl6/2015.12/dist' with mode '0o777': Failed to mkdir: 30
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 47d3b98967a4c80f8d1d05122b45ac74f8844e8d
»»»»» Script output:
===SORRY!===
Failed to create directory '/home/bisectable/.perl6/2015.12-20-g47d3b98/dist' with mode '0o777': Failed to mkdir: 30
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
===SORRY!===
Failed to create directory '/home/bisectable/.perl6/2015.12/dist' with mode '0o777': Failed to mkdir: 30
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing c6d759c5df9ae4cb539717ecba99f80efe35d9ac
»»»»» Script output:
===SORRY!===
Failed to create directory '/home/bisectable/.perl6/2015.12-10-gc6d759c/dist' with mode '0o777': Failed to mkdir: 30
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
===SORRY!===
Failed to create directory '/home/bisectable/.perl6/2015.12/dist' with mode '0o777': Failed to mkdir: 30
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing cb2db79b8609253aeae391cf312176491e7321fa
»»»»» Script output:
===SORRY!===
Failed to create directory '/home/bisectable/.perl6/2015.12-5-gcb2db79/dist' with mode '0o777': Failed to mkdir: 30
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
===SORRY!===
Failed to create directory '/home/bisectable/.perl6/2015.12/dist' with mode '0o777': Failed to mkdir: 30
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 446a3ca324052080ac9edaa9010bc6bbe7b6fe05
»»»»» Script output:
===SORRY!===
Failed to create directory '/home/bisectable/.perl6/2015.12-3-g446a3ca/dist' with mode '0o777': Failed to mkdir: 30
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
===SORRY!===
Failed to create directory '/home/bisectable/.perl6/2015.12/dist' with mode '0o777': Failed to mkdir: 30
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 07fecb52eb1fd07397659f19a5cf36dc61f84053
»»»»» Script output:
===SORRY!===
Failed to create directory '/home/bisectable/.perl6/2015.12-1-g07fecb5/dist' with mode '0o777': Failed to mkdir: 30
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
===SORRY!===
Failed to create directory '/home/bisectable/.perl6/2015.12/dist' with mode '0o777': Failed to mkdir: 30
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
07fecb52eb1fd07397659f19a5cf36dc61f84053 is the first new commit
commit 07fecb52eb1fd07397659f19a5cf36dc61f84053
Author: Dave Rolsky <autarch@urth.org>
Date: Fri Dec 25 23:13:46 2015 -0600
I appreciate the thanks, but once is enough
:040000 040000 a021c33002ff4b5b46ebcb9b0293bb27319273d1 f3eb869e39284eecab14e13dc913b0a3e1cdfd3e M docs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment