Created
September 16, 2017 17:50
-
-
Save Whateverable/d9e374de485f03a4c6f21171cca6745e 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=2014.01 new=2014.02 my $value = -0x7FFFFFFF - 1; say $value; say -2147483648; say $value == -2147483648; |
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: 69 revisions left to test after this (roughly 6 steps) | |
[7f1818314a5c3c8d34a854466f7cacd233881279] Make statement-level for @x { ... } always sink. | |
»»»»» Testing 7f1818314a5c3c8d34a854466f7cacd233881279 | |
»»»»» Script output: | |
-2147483648 | |
-2147483648 | |
False | |
»»»»» Script exit code: 0 | |
»»»»» Bisecting by output | |
»»»»» Output on “old” revision is: | |
-2147483648 | |
-2147483648 | |
True | |
»»»»» The output is different | |
»»»»» Therefore, marking this revision as “new” | |
»»»»» ------------------------------------------------------------------------- | |
»»»»» Testing 19473e7e9df8569e2e2ff032fa0f1ec945935247 | |
»»»»» Script output: | |
-2147483648 | |
-2147483648 | |
True | |
»»»»» Script exit code: 0 | |
»»»»» Bisecting by output | |
»»»»» Output on “old” revision is: | |
-2147483648 | |
-2147483648 | |
True | |
»»»»» The output is identical | |
»»»»» Therefore, marking this revision as “old” | |
»»»»» ------------------------------------------------------------------------- | |
»»»»» Testing 8ea845b0ad5415f77042969ff21a2702ca87d08c | |
»»»»» Script output: | |
-2147483648 | |
-2147483648 | |
True | |
»»»»» Script exit code: 0 | |
»»»»» Bisecting by output | |
»»»»» Output on “old” revision is: | |
-2147483648 | |
-2147483648 | |
True | |
»»»»» The output is identical | |
»»»»» Therefore, marking this revision as “old” | |
»»»»» ------------------------------------------------------------------------- | |
»»»»» Testing 4a74e7671768afa6eaced5f2f794e3d33e338453 | |
»»»»» Script output: | |
-2147483648 | |
-2147483648 | |
True | |
»»»»» Script exit code: 0 | |
»»»»» Bisecting by output | |
»»»»» Output on “old” revision is: | |
-2147483648 | |
-2147483648 | |
True | |
»»»»» The output is identical | |
»»»»» Therefore, marking this revision as “old” | |
»»»»» ------------------------------------------------------------------------- | |
»»»»» Testing e4e8625db5b666edfb46b0c17762541ec6fa4bdb | |
»»»»» Script output: | |
-2147483648 | |
-2147483648 | |
True | |
»»»»» Script exit code: 0 | |
»»»»» Bisecting by output | |
»»»»» Output on “old” revision is: | |
-2147483648 | |
-2147483648 | |
True | |
»»»»» The output is identical | |
»»»»» Therefore, marking this revision as “old” | |
»»»»» ------------------------------------------------------------------------- | |
»»»»» Testing 537cda96ef82eec1a6ab5c7caa1b38a641e274aa | |
»»»»» Script output: | |
-2147483648 | |
-2147483648 | |
False | |
»»»»» Script exit code: 0 | |
»»»»» Bisecting by output | |
»»»»» Output on “old” revision is: | |
-2147483648 | |
-2147483648 | |
True | |
»»»»» The output is different | |
»»»»» Therefore, marking this revision as “new” | |
»»»»» ------------------------------------------------------------------------- | |
»»»»» Testing 8e44bedbbe66d301d9d6078517372c865598e211 | |
»»»»» Script output: | |
-2147483648 | |
-2147483648 | |
False | |
»»»»» Script exit code: 0 | |
»»»»» Bisecting by output | |
»»»»» Output on “old” revision is: | |
-2147483648 | |
-2147483648 | |
True | |
»»»»» The output is different | |
»»»»» Therefore, marking this revision as “new” | |
»»»»» ------------------------------------------------------------------------- | |
8e44bedbbe66d301d9d6078517372c865598e211 is the first new commit | |
commit 8e44bedbbe66d301d9d6078517372c865598e211 | |
Author: jnthn <jnthn@jnthn.net> | |
Date: Sat Feb 8 14:32:03 2014 +0100 | |
Bump NQP to get many improvements. | |
:040000 040000 dd134ef310da882ed676893c209fb6a634014083 6bf59f473c50de49b3cbd2d93cc7122d50ce9864 M tools |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment