Created
February 8, 2020 19:47
-
-
Save Whateverable/f9991e7b23c492aa18e3f93fd04b7641 to your computer and use it in GitHub Desktop.
bisectable6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
old=2019.11 spurt ‘sandbox/foo.p6’, ‘use Aoeu’; run(:err, <perl6 sandbox/foo.p6>).err.slurp.contains(‘at /home’).say |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bisecting: 314 revisions left to test after this (roughly 8 steps) | |
[ee1b9918ce5837aa210aa9b7dc82a39274aa228b] Add MacOS binary release files and Perl 6 -> Raku renames | |
»»»»» Testing ee1b9918ce5837aa210aa9b7dc82a39274aa228b | |
»»»»» Script output: | |
False | |
»»»»» Script exit code: 0 | |
»»»»» Bisecting by output | |
»»»»» Output on “old” revision is: | |
False | |
»»»»» The output is identical | |
»»»»» Therefore, marking this revision as “old” | |
»»»»» ------------------------------------------------------------------------- | |
»»»»» Testing f1f690e045edad5e117df7b6c8280659ea36ccbe | |
»»»»» Script output: | |
True | |
»»»»» Script exit code: 0 | |
»»»»» Bisecting by output | |
»»»»» Output on “old” revision is: | |
False | |
»»»»» The output is different | |
»»»»» Therefore, marking this revision as “new” | |
»»»»» ------------------------------------------------------------------------- | |
»»»»» Testing b12ba42c8fecf6f66f004a448ff05c8965c1d043 | |
»»»»» Script output: | |
True | |
»»»»» Script exit code: 0 | |
»»»»» Bisecting by output | |
»»»»» Output on “old” revision is: | |
False | |
»»»»» The output is different | |
»»»»» Therefore, marking this revision as “new” | |
»»»»» ------------------------------------------------------------------------- | |
»»»»» Testing 2a4eb56a33038e6d78bcfd8834e45cca1ed997c2 | |
»»»»» Script output: | |
False | |
»»»»» Script exit code: 0 | |
»»»»» Bisecting by output | |
»»»»» Output on “old” revision is: | |
False | |
»»»»» The output is identical | |
»»»»» Therefore, marking this revision as “old” | |
»»»»» ------------------------------------------------------------------------- | |
»»»»» Testing 8b223653e28b585bda51f26c1c22df29283b7b74 | |
»»»»» Script output: | |
True | |
»»»»» Script exit code: 0 | |
»»»»» Bisecting by output | |
»»»»» Output on “old” revision is: | |
False | |
»»»»» The output is different | |
»»»»» Therefore, marking this revision as “new” | |
»»»»» ------------------------------------------------------------------------- | |
»»»»» Testing 62bd2743f97f101501a8524001f58becef98b6dc | |
»»»»» Script output: | |
False | |
»»»»» Script exit code: 0 | |
»»»»» Bisecting by output | |
»»»»» Output on “old” revision is: | |
False | |
»»»»» The output is identical | |
»»»»» Therefore, marking this revision as “old” | |
»»»»» ------------------------------------------------------------------------- | |
»»»»» Testing b7888d79c8f94fa543150bb65a657875bb4ef783 | |
»»»»» Script output: | |
True | |
»»»»» Script exit code: 0 | |
»»»»» Bisecting by output | |
»»»»» Output on “old” revision is: | |
False | |
»»»»» The output is different | |
»»»»» Therefore, marking this revision as “new” | |
»»»»» ------------------------------------------------------------------------- | |
»»»»» Testing e4efccc6c19ef852a46fca7fd4abbb9b9d74061e | |
»»»»» Script output: | |
False | |
»»»»» Script exit code: 0 | |
»»»»» Bisecting by output | |
»»»»» Output on “old” revision is: | |
False | |
»»»»» The output is identical | |
»»»»» Therefore, marking this revision as “old” | |
»»»»» ------------------------------------------------------------------------- | |
»»»»» Testing b54d83b8b58f2366ec37903634db3e3395e8b072 | |
»»»»» Script output: | |
True | |
»»»»» Script exit code: 0 | |
»»»»» Bisecting by output | |
»»»»» Output on “old” revision is: | |
False | |
»»»»» The output is different | |
»»»»» Therefore, marking this revision as “new” | |
»»»»» ------------------------------------------------------------------------- | |
»»»»» Testing 6f527cea9a0721eb88d36da4f6be763c64c7f03b | |
»»»»» Script output: | |
True | |
»»»»» Script exit code: 0 | |
»»»»» Bisecting by output | |
»»»»» Output on “old” revision is: | |
False | |
»»»»» The output is different | |
»»»»» Therefore, marking this revision as “new” | |
6f527cea9a0721eb88d36da4f6be763c64c7f03b is the first new commit | |
commit 6f527cea9a0721eb88d36da4f6be763c64c7f03b | |
Author: Stefan Seifert <nine@detonation.org> | |
Date: Thu Jan 2 17:33:46 2020 +0100 | |
Remove source-line-number from CompUnit::DependencySpecification | |
The source-line-number was only used for exception messages and should never | |
have been in the DependencySpecification object as it doesn't specify a | |
dependency. It also led to duplicated dependency lines in precomp files as | |
the dependencies are deduplicated by the .perl output of the | |
DependencySpecification object. | |
Instead, use the existing infrastructure for adding source location information | |
to exceptions. | |
:040000 040000 85dce4598a42148cb94e7a47795b9c8705f969d8 1557d8f9c83d52dfc5ee108025a3948434fb94f7 M src |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment