Created
March 6, 2017 15:57
-
-
Save Whateverable/17405cfc6b8a6bccb69221d57b68f2d4 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=2017.01 new=HEAD my Rat @nums = (1.0, 1/2+1/2)».norm; say @nums.unique; |
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: 204 revisions left to test after this (roughly 8 steps) | |
[8e961d929565852b9a58e87290ccdea851d7928d] add support for $*LANG and $?LANG | |
»»»»» Testing 8e961d929565852b9a58e87290ccdea851d7928d | |
»»»»» Cannot test this commit. Reason: Commit exists, but a perl6 executable could not be built for it | |
»»»»» Therefore, skipping this revision | |
»»»»» ------------------------------------------------------------------------- | |
»»»»» Testing 8f53a6fbadf338677f24aeb240333f03d2528be0 | |
»»»»» Script output: | |
(1) | |
»»»»» Script exit code: 0 | |
»»»»» Bisecting by output | |
»»»»» Output on “old” revision is: | |
(1 1) | |
»»»»» The output is different | |
»»»»» Therefore, marking this revision as “new” | |
»»»»» ------------------------------------------------------------------------- | |
»»»»» Testing 7e98504c1fc7ddc43193ca3aaa5e470de37f7fa8 | |
»»»»» Script output: | |
(1 1) | |
»»»»» Script exit code: 0 | |
»»»»» Bisecting by output | |
»»»»» Output on “old” revision is: | |
(1 1) | |
»»»»» The output is identical | |
»»»»» Therefore, marking this revision as “old” | |
»»»»» ------------------------------------------------------------------------- | |
»»»»» Testing 5af02a1e93e5c198ab9c0fb2124a88d4d6dd3483 | |
»»»»» Script output: | |
(1 1) | |
»»»»» Script exit code: 0 | |
»»»»» Bisecting by output | |
»»»»» Output on “old” revision is: | |
(1 1) | |
»»»»» The output is identical | |
»»»»» Therefore, marking this revision as “old” | |
»»»»» ------------------------------------------------------------------------- | |
»»»»» Testing 2b1eb648643afd6d166348f326e75f5534f0421e | |
»»»»» Script output: | |
(1 1) | |
»»»»» Script exit code: 0 | |
»»»»» Bisecting by output | |
»»»»» Output on “old” revision is: | |
(1 1) | |
»»»»» The output is identical | |
»»»»» Therefore, marking this revision as “old” | |
»»»»» ------------------------------------------------------------------------- | |
»»»»» Testing 6372417035b959f971a58490101b9d7cb3db4004 | |
»»»»» Script output: | |
(1 1) | |
»»»»» Script exit code: 0 | |
»»»»» Bisecting by output | |
»»»»» Output on “old” revision is: | |
(1 1) | |
»»»»» The output is identical | |
»»»»» Therefore, marking this revision as “old” | |
»»»»» ------------------------------------------------------------------------- | |
»»»»» Testing cf500e9a2e7b8a751708ebc6f0309934efc1ca76 | |
»»»»» Script output: | |
(1) | |
»»»»» Script exit code: 0 | |
»»»»» Bisecting by output | |
»»»»» Output on “old” revision is: | |
(1 1) | |
»»»»» The output is different | |
»»»»» Therefore, marking this revision as “new” | |
»»»»» ------------------------------------------------------------------------- | |
»»»»» Testing 98413136dffdbb72c14e564aa1eb2ffaa57595b3 | |
»»»»» Script output: | |
(1 1) | |
»»»»» Script exit code: 0 | |
»»»»» Bisecting by output | |
»»»»» Output on “old” revision is: | |
(1 1) | |
»»»»» The output is identical | |
»»»»» Therefore, marking this revision as “old” | |
»»»»» ------------------------------------------------------------------------- | |
»»»»» Testing b51a5505a6b766e6be1861f4f6d08a0986b1a7ac | |
»»»»» Script output: | |
(1) | |
»»»»» Script exit code: 0 | |
»»»»» Bisecting by output | |
»»»»» Output on “old” revision is: | |
(1 1) | |
»»»»» The output is different | |
»»»»» Therefore, marking this revision as “new” | |
»»»»» ------------------------------------------------------------------------- | |
»»»»» Testing aac9efcbda6a191c9ef8ef232cfa7fa639722a10 | |
»»»»» Script output: | |
(1) | |
»»»»» Script exit code: 0 | |
»»»»» Bisecting by output | |
»»»»» Output on “old” revision is: | |
(1 1) | |
»»»»» The output is different | |
»»»»» Therefore, marking this revision as “new” | |
»»»»» ------------------------------------------------------------------------- | |
aac9efcbda6a191c9ef8ef232cfa7fa639722a10 is the first new commit | |
commit aac9efcbda6a191c9ef8ef232cfa7fa639722a10 | |
Author: Zoffix Znet <cpan@zoffix.com> | |
Date: Mon Feb 13 14:23:43 2017 +0000 | |
Fix Rational.norm | |
It assumes the Rationals are always reduced, however, that's not the | |
case for optimization reasons. | |
Fix by reducing before returning self. | |
Bug find: https://irclog.perlgeek.de/perl6/2017-02-13#i_14092899 | |
:040000 040000 2ae6dfc57d6df85091f592beec0e96c262500b2c 3c35937ca8186828e4ca846872eddd3a2c0825a3 M src |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment