Created
June 17, 2021 09:20
-
-
Save Whateverable/4edbf6be4d0d6706009645c726d749e2 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=2020.02.1 new=2020.05.1 %*ENV<RAKUDO_MODULE_DEBUG>=1; my $p = run(<<$*EXECUTABLE -MTest -e "">>, :err); say $p.err.slurp(:close).contains("Repo changed") |
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: 196 revisions left to test after this (roughly 8 steps) | |
[945a4d8166891041a8d9a37d326912a60bed7ce3] [JVM] Use Ops.isnull instead of plain null check | |
»»»»» Testing 945a4d8166891041a8d9a37d326912a60bed7ce3 | |
»»»»» 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 cf01f7a258ec9ce6f6a948f6b73ba7a04909eb64 | |
»»»»» 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 1f838791e3b67fc7f2ad7ddf28f564e0d5ec2ab5 | |
»»»»» 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 bf2a542fc87d3e01a16dd9050b1a65a4c1be73e7 | |
»»»»» 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 7afd05a2138df3ddff625487301b55f7a3f299a6 | |
»»»»» 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 efba963910f3f556cc68e172f2e5689487b81386 | |
»»»»» 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 8dcf652d52f08b94cc1a4bf79b6b424092de7df9 | |
»»»»» 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 6354c9155ae0f6deb5722045304cd6e424460bca | |
»»»»» 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” | |
6354c9155ae0f6deb5722045304cd6e424460bca is the first new commit | |
commit 6354c9155ae0f6deb5722045304cd6e424460bca | |
Author: Elizabeth Mattijsen <liz@wenzperl.nl> | |
Date: Sat Feb 22 23:10:07 2020 +0100 | |
Change the default "from" to "Raku" | |
This caused 1 test to break, testing specifically for "Perl6". It | |
appears to not interfere with any installation of modules or anything | |
else, so I'm actually not sure what this actually means. But shortly | |
after a release is the right time to do this change. | |
:040000 040000 5d46175f6a74cfdd2cdd979198d7edf22ef0c268 11bc2c655d68d23bd44b19feddd6ce680de5c898 M src |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment