Created
September 29, 2020 11:25
-
-
Save Whateverable/5cf843fa8521494ff801f7d21d4af877 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
my int $handled; EVAL q/{ die("oops"); CATCH { default { $handled++ } } }/ |
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: 111 revisions left to test after this (roughly 7 steps) | |
[d9803a4f58d58380f3f8172561b406e642403e16] Pre-increment is no longer slower than i = i + 1 | |
»»»»» Testing d9803a4f58d58380f3f8172561b406e642403e16 | |
»»»»» Script output: | |
===SORRY!=== | |
Cannot find method 'qast' | |
»»»»» Script exit code: 1 | |
»»»»» Bisecting by output | |
»»»»» Output on “old” revision is: | |
===SORRY!=== | |
Cannot find method 'qast' | |
»»»»» The output is identical | |
»»»»» Therefore, marking this revision as “old” | |
»»»»» ------------------------------------------------------------------------- | |
»»»»» Testing 002871b8a92bab762f89230c27eb6d426fe17b95 | |
»»»»» Script output: | |
===SORRY!=== | |
Cannot find method 'qast' on object of type NQPMu | |
»»»»» Script exit code: 1 | |
»»»»» Bisecting by output | |
»»»»» Output on “old” revision is: | |
===SORRY!=== | |
Cannot find method 'qast' | |
»»»»» The output is different | |
»»»»» Therefore, marking this revision as “new” | |
»»»»» ------------------------------------------------------------------------- | |
»»»»» Testing a2fce032121bcc93f1c3c4d67763b52e55a2dc3f | |
»»»»» Script output: | |
===SORRY!=== | |
Cannot find method 'qast' | |
»»»»» Script exit code: 1 | |
»»»»» Bisecting by output | |
»»»»» Output on “old” revision is: | |
===SORRY!=== | |
Cannot find method 'qast' | |
»»»»» The output is identical | |
»»»»» Therefore, marking this revision as “old” | |
»»»»» ------------------------------------------------------------------------- | |
»»»»» Testing 191113be746e92bcc70bb41234d010284457c623 | |
»»»»» Script output: | |
===SORRY!=== | |
Cannot find method 'qast' | |
»»»»» Script exit code: 1 | |
»»»»» Bisecting by output | |
»»»»» Output on “old” revision is: | |
===SORRY!=== | |
Cannot find method 'qast' | |
»»»»» The output is identical | |
»»»»» Therefore, marking this revision as “old” | |
»»»»» ------------------------------------------------------------------------- | |
»»»»» Testing 25113987502bba1cb48bd130b21982f6608e4aa3 | |
»»»»» Script output: | |
===SORRY!=== | |
Cannot find method 'qast' on object of type NQPMu | |
»»»»» Script exit code: 1 | |
»»»»» Bisecting by output | |
»»»»» Output on “old” revision is: | |
===SORRY!=== | |
Cannot find method 'qast' | |
»»»»» The output is different | |
»»»»» Therefore, marking this revision as “new” | |
»»»»» ------------------------------------------------------------------------- | |
»»»»» Testing bffc3ae41b71796bc95103fa66a26db04d21f337 | |
»»»»» Script output: | |
===SORRY!=== | |
Cannot find method 'qast' | |
»»»»» Script exit code: 1 | |
»»»»» Bisecting by output | |
»»»»» Output on “old” revision is: | |
===SORRY!=== | |
Cannot find method 'qast' | |
»»»»» The output is identical | |
»»»»» Therefore, marking this revision as “old” | |
»»»»» ------------------------------------------------------------------------- | |
»»»»» Testing 1e5df4130e688b127426b7ea0dc11828d256804a | |
»»»»» Script output: | |
===SORRY!=== | |
Cannot find method 'qast' | |
»»»»» Script exit code: 1 | |
»»»»» Bisecting by output | |
»»»»» Output on “old” revision is: | |
===SORRY!=== | |
Cannot find method 'qast' | |
»»»»» The output is identical | |
»»»»» Therefore, marking this revision as “old” | |
»»»»» ------------------------------------------------------------------------- | |
»»»»» Testing 33ef5a95459b95bf7256391a053550d4efe221de | |
»»»»» Script output: | |
===SORRY!=== | |
Cannot find method 'qast' on object of type NQPMu | |
»»»»» Script exit code: 1 | |
»»»»» Bisecting by output | |
»»»»» Output on “old” revision is: | |
===SORRY!=== | |
Cannot find method 'qast' | |
»»»»» The output is different | |
»»»»» Therefore, marking this revision as “new” | |
33ef5a95459b95bf7256391a053550d4efe221de is the first new commit | |
commit 33ef5a95459b95bf7256391a053550d4efe221de | |
Author: Stefan Seifert <nine@detonation.org> | |
Date: Sun May 8 10:15:45 2016 +0200 | |
Implement CompUnit::Loader.load-precompilation | |
Needs an NQP bump | |
:040000 040000 d9594b8464203ccb9d984e9b50300c4588fd2ba2 8500c750fc1646e64691a4f633ee5dd1a2a00458 M src | |
:040000 040000 5940fc10f106c1f1e709ee43eeaabd9f5aad849c 9dd02dc5026e3d950b175ddc423ab1163d609bbd M tools |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment