Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created January 20, 2026 21:38
Show Gist options
  • Select an option

  • Save Whateverable/3da6739543a154727f5b19f655111484 to your computer and use it in GitHub Desktop.

Select an option

Save Whateverable/3da6739543a154727f5b19f655111484 to your computer and use it in GitHub Desktop.
bisectable6
my %args; %args<key> = { } ␤ unless %args<key>.isa: Hash
Bisecting: 50 revisions left to test after this (roughly 6 steps)
[686a65d14dbe4928472f43a36f15087ee403509c] Fix a few warnings in Test::Helpers.is-run
»»»»» Testing 686a65d14dbe4928472f43a36f15087ee403509c
»»»»» Script output:
===SORRY!=== Error while compiling /tmp/pFVb12kdAs
Missing block
at /tmp/pFVb12kdAs:2
------> unless %args<key>.isa: Hash<HERE><EOL>
expecting any of:
block or pointy block
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
===SORRY!=== Error while compiling /tmp/pFVb12kdAs
Missing block
at /tmp/pFVb12kdAs:2
------> unless %args<key>.isa: Hash⏏<EOL>
expecting any of:
block or pointy block
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 48d3e2ce6af201db3daf904661bd2f1d0d9f7090
»»»»» Script output:
===SORRY!=== Error while compiling /tmp/pFVb12kdAs
Missing block
at /tmp/pFVb12kdAs:2
------> unless %args<key>.isa: Hash⏏<EOL>
expecting any of:
block or pointy block
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
===SORRY!=== Error while compiling /tmp/pFVb12kdAs
Missing block
at /tmp/pFVb12kdAs:2
------> unless %args<key>.isa: Hash⏏<EOL>
expecting any of:
block or pointy block
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 3470f8386775831033337d8b449548bf50a85392
»»»»» Script output:
===SORRY!=== Error while compiling /tmp/pFVb12kdAs
Missing block
at /tmp/pFVb12kdAs:2
------> unless %args<key>.isa: Hash<HERE><EOL>
expecting any of:
block or pointy block
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
===SORRY!=== Error while compiling /tmp/pFVb12kdAs
Missing block
at /tmp/pFVb12kdAs:2
------> unless %args<key>.isa: Hash⏏<EOL>
expecting any of:
block or pointy block
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing fa72e6be9c1076a4621aec9526de08b114ee61e4
»»»»» Script output:
===SORRY!=== Error while compiling /tmp/pFVb12kdAs
Missing block
at /tmp/pFVb12kdAs:2
------> unless %args<key>.isa: Hash<HERE><EOL>
expecting any of:
block or pointy block
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
===SORRY!=== Error while compiling /tmp/pFVb12kdAs
Missing block
at /tmp/pFVb12kdAs:2
------> unless %args<key>.isa: Hash⏏<EOL>
expecting any of:
block or pointy block
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing d00d8497ec7ae068117d04934878c38e68103ee8
»»»»» Script output:
===SORRY!=== Error while compiling /tmp/pFVb12kdAs
Missing block
at /tmp/pFVb12kdAs:2
------> unless %args<key>.isa: Hash⏏<EOL>
expecting any of:
block or pointy block
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
===SORRY!=== Error while compiling /tmp/pFVb12kdAs
Missing block
at /tmp/pFVb12kdAs:2
------> unless %args<key>.isa: Hash⏏<EOL>
expecting any of:
block or pointy block
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing a917cf032144e2524fe798153f6e79b4dced35bc
»»»»» Script output:
===SORRY!=== Error while compiling /tmp/pFVb12kdAs
Missing block
at /tmp/pFVb12kdAs:2
------> unless %args<key>.isa: Hash<HERE><EOL>
expecting any of:
block or pointy block
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
===SORRY!=== Error while compiling /tmp/pFVb12kdAs
Missing block
at /tmp/pFVb12kdAs:2
------> unless %args<key>.isa: Hash⏏<EOL>
expecting any of:
block or pointy block
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing c972df6865888805c144825213631b251dbc7191
»»»»» Script output:
===SORRY!=== Error while compiling /tmp/pFVb12kdAs
Missing block
at /tmp/pFVb12kdAs:2
------> unless %args<key>.isa: Hash⏏<EOL>
expecting any of:
block or pointy block
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
===SORRY!=== Error while compiling /tmp/pFVb12kdAs
Missing block
at /tmp/pFVb12kdAs:2
------> unless %args<key>.isa: Hash⏏<EOL>
expecting any of:
block or pointy block
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
a917cf032144e2524fe798153f6e79b4dced35bc is the first new commit
commit a917cf032144e2524fe798153f6e79b4dced35bc
Author: Elizabeth Mattijsen <liz@raku.rocks>
Date: Fri Nov 22 11:03:55 2024 +0100
Don't use ANSI color in error messages always
but also stop doing that if STDERR is not a TTY. Fixes #5867
src/core.c/Rakudo/Internals.rakumod | 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