Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created July 15, 2017 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Whateverable/c1d74cb30b5e1e4687177ac9677d1ef1 to your computer and use it in GitHub Desktop.
Save Whateverable/c1d74cb30b5e1e4687177ac9677d1ef1 to your computer and use it in GitHub Desktop.
bisectable6
my int $i = 2482111348; $i = $i div 2; say $i
Bisecting: 2538 revisions left to test after this (roughly 11 steps)
[689da7aa679bc1f69c91e9dc7d560b5ec2e60e92] Merge pull request #925 from kalkin/nom
»»»»» Testing 689da7aa679bc1f69c91e9dc7d560b5ec2e60e92
»»»»» Script output:
-906427974
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
-906427974
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 224e40f22f4133bf8efea8d28725fd31ba6794af
»»»»» Script output:
1241055674
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
-906427974
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing c9a9bc855660812a91a534101476fad9642ac92f
»»»»» Script output:
-906427974
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
-906427974
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 9e9a4ad250a40578a5fb5383ca341d3f2c83120a
»»»»» Script output:
1241055674
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
-906427974
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 6c92994729f761c4bc2acf96105e720312b9926f
»»»»» Script output:
-906427974
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
-906427974
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 9f6d47dd791f16cd4fa107bb3c9a315c4925f618
»»»»» Cannot test this commit. Reason: Commit exists, but a perl6 executable could not be built for it
»»»»» Therefore, skipping this revision
»»»»» -------------------------------------------------------------------------
»»»»» Testing 0d0dc422c799757370029a6ad9064809cd2682bd
»»»»» Cannot test this commit. Reason: Commit exists, but a perl6 executable could not be built for it
»»»»» Therefore, skipping this revision
»»»»» -------------------------------------------------------------------------
»»»»» Testing 46313fae883e9db49a91efacdae75fbe1b325bf1
»»»»» Script output:
1241055674
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
-906427974
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 661a1b3bb2cf11eefb7d25bbfdc98c774dad5972
»»»»» Script output:
1241055674
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
-906427974
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 6e9d08c8ba1c72fa599ddd3ccf53073285e35d37
»»»»» Script output:
-906427974
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
-906427974
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 98f9d8a7d6f70dadb234964ae06209bf038d4a8c
»»»»» Script output:
1241055674
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
-906427974
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing f2496899795d5fe79e0a788cddc62bd8633ff9e5
»»»»» Script output:
-906427974
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
-906427974
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing c98b3a581f481756234758e474c255414a340c97
»»»»» Script output:
1241055674
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
-906427974
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
c98b3a581f481756234758e474c255414a340c97 is the first new commit
commit c98b3a581f481756234758e474c255414a340c97
Author: Zoffix Znet <cpan@zoffix.com>
Date: Fri Feb 3 15:05:24 2017 +0000
(nqp bump) Fix premature overflow in nqp::div_i()
On MoarVM, the op uses int which overflows on large numbers, making the op
produce wrong results. Fix by using MVMint64 instead.
Fixes RT#130686: https://rt.perl.org/Ticket/Display.html?id=130686
Bump brought commits:
https://github.com/perl6/nqp/compare/2017.01-64-gf21c8f1...2017.01-67-gafab417
:040000 040000 901e57a67fa7577b0c42f3cd1e9093cc6934ce8e 9875ca5fd3176c7728d817c09afd29804174801f M tools
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment