Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created March 8, 2017 05:39
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/b1787df402db79b32581da354c504586 to your computer and use it in GitHub Desktop.
Save Whateverable/b1787df402db79b32581da354c504586 to your computer and use it in GitHub Desktop.
bisectable6
say 'st' ~~ m:i/st/
Bisecting: 1809 revisions left to test after this (roughly 11 steps)
[8e5a1aab7e19d6bdb5faaa1e60ca1d43cfb69fdc] Make sure message is returned when $.what is not a routine
»»»»» Testing 8e5a1aab7e19d6bdb5faaa1e60ca1d43cfb69fdc
»»»»» 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 af2ff23a00050781ce152b8a213dd103fffb2bd6
»»»»» 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 b1fd0d4108ed80d1cadf29bf54e976c7b6c97ac1
»»»»» 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 a148c70190b86d755cdd700efc7e23bb9240756b
»»»»» 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 f2d74253b2de53f0123ccc6d533a34158d16882b
»»»»» 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 eac71817aed455c11cd60e281c2b8f8e2e6c5409
»»»»» Script output:
「st」
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
False
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 4ef1e695663e55d56d946c381e9cdfdc45e82c50
»»»»» 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 b4118a737534067b7cd4bae9fb92f14ce30370b6
»»»»» Script output:
「st」
»»»»» 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 05add4324382637966a94edeb408bf9f74730fd1
»»»»» Script output:
「st」
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
False
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 2ad93cfa3d9d44d17641b194f36d18c9a39ab3f5
»»»»» Script output:
「st」
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
False
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 26e6993bd82a23fb701b91aeb3ee832c543a7d95
»»»»» Script output:
「st」
»»»»» 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