Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created March 10, 2017 23:46
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/3e30751ae31d2808d63628eee7c05ca6 to your computer and use it in GitHub Desktop.
Save Whateverable/3e30751ae31d2808d63628eee7c05ca6 to your computer and use it in GitHub Desktop.
bisectable6
say 'stEFG' ~~ m:i/st/
Bisecting: 1825 revisions left to test after this (roughly 11 steps)
[128a0bd2076fd5d24e5553ed570547b06b0e7d1b] Merge pull request #856 from LemonBoy/warn-nl
»»»»» Testing 128a0bd2076fd5d24e5553ed570547b06b0e7d1b
»»»»» Script output:
False
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
False
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing a5dc98abc969501eec7a54964f27c8a2186a4a59
»»»»» Script output:
False
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
False
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing a80500edb424da2a4f350b79ceebb850a9bae102
»»»»» Script output:
False
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
False
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 43343918a69a65135989d8507060dbce8de46cae
»»»»» Cannot test this commit. Reason: Commit exists, but a perl6 executable could not be built for it
»»»»» Therefore, skipping this revision
»»»»» -------------------------------------------------------------------------
»»»»» Testing 366d1cade915b27f8917b712dc16ad6db89d80cc
»»»»» Script output:
False
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
False
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 13cfd76b6b68b2100a3feaac70243ef14f9bbb8e
»»»»» Script output:
False
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
False
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 5c68ea6828e131e1e2365d3a6d05ca4d2b55d184
»»»»» Script output:
「stE」
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
False
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 1ebe41d9e3047c9c27bd6c194563f98cb9fe5b8d
»»»»» Script output:
「stE」
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
False
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 6c873b9c9393841d94f33aeadbc10fc3c691e69c
»»»»» Script output:
「stE」
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
False
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 05add4324382637966a94edeb408bf9f74730fd1
»»»»» Script output:
「stE」
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
False
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 61a65cee3de9739696e601763d4b4e45214f6e90
»»»»» Script output:
False
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
False
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 26e6993bd82a23fb701b91aeb3ee832c543a7d95
»»»»» Script output:
「stE」
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
False
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
26e6993bd82a23fb701b91aeb3ee832c543a7d95 is the first new commit
commit 26e6993bd82a23fb701b91aeb3ee832c543a7d95
Author: Jonathan Worthington <jnthn@jnthn.net>
Date: Tue Feb 28 12:17:12 2017 +0100
Bump to get latest MoarVM.
* Fix CArray so that setting a type object in an element (for struct,
pointer, and array members) will pass NULL, not some junk value
(jnthn++)
* Fix a very occasional deadlock when GC occurred exactly at the same
time as the event loop worker thread was being spawned (jnthn++)
* Fixes to :i by using foldcase semantics, not lowercase
(MasterDuke17++)
* Fix reporting of thread spawning errors when out of or low on memory
or handles (timotimo++)
:040000 040000 e73791f28876538594b4429d41bfdf59b9086314 fbc1db538f0298ca5d2b2c3f7d4eda20b87fc716 M tools
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment