Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created February 24, 2019 17:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Whateverable/53c4d742899c8d64d64d5f66b223f632 to your computer and use it in GitHub Desktop.
Save Whateverable/53c4d742899c8d64d64d5f66b223f632 to your computer and use it in GitHub Desktop.
bisectable6_
old=2018.12 my @a = ("a".."k").pick(*) xx 100; my $b; for @a -> $a { $b = $a.starts-with("b" | "j") }
Bisecting: 156 revisions left to test after this (roughly 7 steps)
[483bb59e924f9b544ebbfa0088dbba9550f50e16] Merge branch 'lower-topic'
»»»»» Testing 483bb59e924f9b544ebbfa0088dbba9550f50e16
»»»»» Script output:
Type check failed for return value; expected Bool:D but got Junction (any(Bool::False, Bool...)
in block <unit> at /tmp/iLTPqkFfBL line 1
»»»»» Script exit code: 1
»»»»» Bisecting by exit code
»»»»» Current exit code is 1, exit code on “old” revision is 0
»»»»» 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 a904d25a5772c804dbfdacab4b74f5db5ba1b91c
»»»»» Script output:
Type check failed for return value; expected Bool:D but got Junction (any(Bool::False, Bool...)
in block <unit> at /tmp/iLTPqkFfBL line 1
»»»»» Script exit code: 1
»»»»» Bisecting by exit code
»»»»» Current exit code is 1, exit code on “old” revision is 0
»»»»» 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 83f0fd6c993c6bbf6ce9deeb3279953e70acf244
»»»»» Script output:
»»»»» Script exit code: 0
»»»»» Bisecting by exit code
»»»»» Current exit code is 0, exit code on “old” revision is 0
»»»»» 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 9df09621264d4580bbc05ff77bde5b0f01f1dc47
»»»»» Script output:
»»»»» Script exit code: 0
»»»»» Bisecting by exit code
»»»»» Current exit code is 0, exit code on “old” revision is 0
»»»»» 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 30a534d1cbc49c3e44c0b584912d6e38a4711da6
»»»»» Script output:
»»»»» Script exit code: 0
»»»»» Bisecting by exit code
»»»»» Current exit code is 0, exit code on “old” revision is 0
»»»»» 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 fc39f5ff4bae06325d363029ab7ebc72ae88de43
»»»»» Script output:
Type check failed for return value; expected Bool:D but got Junction (any(Bool::True, Bool:...)
in block <unit> at /tmp/iLTPqkFfBL line 1
»»»»» Script exit code: 1
»»»»» Bisecting by exit code
»»»»» Current exit code is 1, exit code on “old” revision is 0
»»»»» 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 501231ee423ebc8ce6debea290a9ec7fd4de55a4
»»»»» Script output:
Type check failed for return value; expected Bool:D but got Junction (any(Bool::True, Bool:...)
in block <unit> at /tmp/iLTPqkFfBL line 1
»»»»» Script exit code: 1
»»»»» Bisecting by exit code
»»»»» Current exit code is 1, exit code on “old” revision is 0
»»»»» 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 2ce79561d9ad9a0aea707ada4bd64b7d8fcbebc6
»»»»» Script output:
Type check failed for return value; expected Bool:D but got Junction (any(Bool::False, Bool...)
in block <unit> at /tmp/iLTPqkFfBL line 1
»»»»» Script exit code: 1
»»»»» Bisecting by exit code
»»»»» Current exit code is 1, exit code on “old” revision is 0
»»»»» If exit code is not the same as on “old” revision, this revision will be marked as “new”
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
2ce79561d9ad9a0aea707ada4bd64b7d8fcbebc6 is the first new commit
commit 2ce79561d9ad9a0aea707ada4bd64b7d8fcbebc6
Author: Elizabeth Mattijsen <liz@wenzperl.nl>
Date: Fri Dec 28 23:20:06 2018 +0100
Add return signatures to Cool where appropriate
:040000 040000 d278692b7f142cd4b41554391506eeeffa904167 3d65b241456af2fd7d60a765ba6f5ac714fc3ab7 M src
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment