Created
March 6, 2020 09:07
-
-
Save Whateverable/0cf32389574844e8be19c8e3e44199ab 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 { dd MY::.keys.sort } |
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: 57 revisions left to test after this (roughly 6 steps) | |
[8b70bfb843e20bae39c452e9768654df04ac3236] Add support for BOOTContext to dd | |
»»»»» Testing 8b70bfb843e20bae39c452e9768654df04ac3236 | |
»»»»» Script output: | |
("\$*DISPATCHER", "\$_").Seq | |
»»»»» Script exit code: 0 | |
»»»»» Bisecting by output | |
»»»»» Output on “old” revision is: | |
("\$*DISPATCHER", "\$_").Seq | |
»»»»» The output is identical | |
»»»»» Therefore, marking this revision as “old” | |
»»»»» ------------------------------------------------------------------------- | |
»»»»» Testing e756e622ab55ad4e56e99c01dfc2b2c214aa7056 | |
»»»»» Script output: | |
("\$*DISPATCHER", "\$_").Seq | |
»»»»» Script exit code: 0 | |
»»»»» Bisecting by output | |
»»»»» Output on “old” revision is: | |
("\$*DISPATCHER", "\$_").Seq | |
»»»»» The output is identical | |
»»»»» Therefore, marking this revision as “old” | |
»»»»» ------------------------------------------------------------------------- | |
»»»»» Testing 9087cc8373b69979ae9b04aabe56f2f1bea5f1b2 | |
»»»»» Script output: | |
("\$*DISPATCHER", "\$_").Seq | |
»»»»» Script exit code: 0 | |
»»»»» Bisecting by output | |
»»»»» Output on “old” revision is: | |
("\$*DISPATCHER", "\$_").Seq | |
»»»»» The output is identical | |
»»»»» Therefore, marking this revision as “old” | |
»»»»» ------------------------------------------------------------------------- | |
»»»»» Testing 7ea452cb0e2639d1872492aebe003e71a55e0778 | |
»»»»» Script output: | |
("\$*DISPATCHER", "\$_").Seq | |
»»»»» Script exit code: 0 | |
»»»»» Bisecting by output | |
»»»»» Output on “old” revision is: | |
("\$*DISPATCHER", "\$_").Seq | |
»»»»» The output is identical | |
»»»»» Therefore, marking this revision as “old” | |
»»»»» ------------------------------------------------------------------------- | |
»»»»» Testing 365b88153a1e7fd77b6351b3427f74c1c810cea3 | |
»»»»» Script output: | |
("\$*DISPATCHER", "\$*NEXT-DISPATCHER", "\$_").Seq | |
»»»»» Script exit code: 0 | |
»»»»» Bisecting by output | |
»»»»» Output on “old” revision is: | |
("\$*DISPATCHER", "\$_").Seq | |
»»»»» The output is different | |
»»»»» Therefore, marking this revision as “new” | |
»»»»» ------------------------------------------------------------------------- | |
»»»»» Testing b5123bb23e248fccb40a2e61075a2d6ee52e49e0 | |
»»»»» Script output: | |
("\$*DISPATCHER", "\$*NEXT-DISPATCHER", "\$_").Seq | |
»»»»» Script exit code: 0 | |
»»»»» Bisecting by output | |
»»»»» Output on “old” revision is: | |
("\$*DISPATCHER", "\$_").Seq | |
»»»»» The output is different | |
»»»»» Therefore, marking this revision as “new” | |
»»»»» ------------------------------------------------------------------------- | |
»»»»» Testing 4e64c5946be763efff853d41b1e935b08b2d69a8 | |
»»»»» Script output: | |
("\$*DISPATCHER", "\$*NEXT-DISPATCHER", "\$_").Seq | |
»»»»» Script exit code: 0 | |
»»»»» Bisecting by output | |
»»»»» Output on “old” revision is: | |
("\$*DISPATCHER", "\$_").Seq | |
»»»»» The output is different | |
»»»»» Therefore, marking this revision as “new” | |
4e64c5946be763efff853d41b1e935b08b2d69a8 is the first new commit | |
commit 4e64c5946be763efff853d41b1e935b08b2d69a8 | |
Author: Vadim Belman <vrurg@lflat.org> | |
Date: Sun Mar 1 22:50:50 2020 -0500 | |
Make dispatchers use nextdispatcherfor/takenextdispatcher | |
It's the correct approach. | |
Fixes a problem with stray `$*NEXT-DISPATCHER`. See perl6/roast#627. | |
:040000 040000 79567f9a1d31ded6922aa82fd641a824a96930f3 af22a439129ac8cc91df62a4f1dd7399256fee0b M src |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment