Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created June 12, 2019 10:28
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/25df822e118f71438ccabd0517f313cd to your computer and use it in GitHub Desktop.
Save Whateverable/25df822e118f71438ccabd0517f313cd to your computer and use it in GitHub Desktop.
bisectable6
given Seq.new((1,2,3).iterator) { dd .elems; dd .all; dd .all }
Bisecting: 4967 revisions left to test after this (roughly 12 steps)
[d7e1046678caecf752835e6c0a1eb8b8617e27b7] Bump NQP
»»»»» Testing d7e1046678caecf752835e6c0a1eb8b8617e27b7
»»»»» Script output:
3
all(1, 2, 3)
This Seq has already been iterated, and its values consumed
(you might solve this by adding .cache on usages of the Seq, or
by assigning the Seq into an array)
in block <unit> at /tmp/_wvuvjLlDz line 1
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
3
This Seq has already been iterated, and its values consumed
(you might solve this by addding .cache on usages of the Seq, or
by assigning the Seq into an array)
in block <unit> at /tmp/_wvuvjLlDz line 1
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 85c7072f611f083c4a1f4bd02f2f4d5fe2df64ea
»»»»» Script output:
3
all(1, 2, 3)
This Seq has already been iterated, and its values consumed
(you might solve this by adding .cache on usages of the Seq, or
by assigning the Seq into an array)
in block <unit> at /tmp/_wvuvjLlDz line 1
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
3
This Seq has already been iterated, and its values consumed
(you might solve this by addding .cache on usages of the Seq, or
by assigning the Seq into an array)
in block <unit> at /tmp/_wvuvjLlDz line 1
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing eaaf51d87ac43cc89b4e44ea2a4040b4b0aa67e4
»»»»» Script output:
3
This Seq has already been iterated, and its values consumed
(you might solve this by adding .cache on usages of the Seq, or
by assigning the Seq into an array)
in block <unit> at /tmp/_wvuvjLlDz line 1
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
3
This Seq has already been iterated, and its values consumed
(you might solve this by addding .cache on usages of the Seq, or
by assigning the Seq into an array)
in block <unit> at /tmp/_wvuvjLlDz line 1
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 143283b25e1f6763b18db11edd884003131d8a99
»»»»» Script output:
3
This Seq has already been iterated, and its values consumed
(you might solve this by adding .cache on usages of the Seq, or
by assigning the Seq into an array)
in block <unit> at /tmp/_wvuvjLlDz line 1
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
3
This Seq has already been iterated, and its values consumed
(you might solve this by addding .cache on usages of the Seq, or
by assigning the Seq into an array)
in block <unit> at /tmp/_wvuvjLlDz line 1
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing b5429468f9e67860c3a0979d9d6da2719d5ca31d
»»»»» Script output:
3
This Seq has already been iterated, and its values consumed
(you might solve this by adding .cache on usages of the Seq, or
by assigning the Seq into an array)
in block <unit> at /tmp/_wvuvjLlDz line 1
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
3
This Seq has already been iterated, and its values consumed
(you might solve this by addding .cache on usages of the Seq, or
by assigning the Seq into an array)
in block <unit> at /tmp/_wvuvjLlDz line 1
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 4f2bfcf1f5b596a5d75d1fa736f1357e645811a1
»»»»» Script output:
3
This Seq has already been iterated, and its values consumed
(you might solve this by addding .cache on usages of the Seq, or
by assigning the Seq into an array)
in block <unit> at /tmp/_wvuvjLlDz line 1
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
3
This Seq has already been iterated, and its values consumed
(you might solve this by addding .cache on usages of the Seq, or
by assigning the Seq into an array)
in block <unit> at /tmp/_wvuvjLlDz line 1
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing a5fe3475c0f595126dd9c15c607d6296bee65845
»»»»» Script output:
3
This Seq has already been iterated, and its values consumed
(you might solve this by adding .cache on usages of the Seq, or
by assigning the Seq into an array)
in block <unit> at /tmp/_wvuvjLlDz line 1
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
3
This Seq has already been iterated, and its values consumed
(you might solve this by addding .cache on usages of the Seq, or
by assigning the Seq into an array)
in block <unit> at /tmp/_wvuvjLlDz line 1
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 6525cdfc3089b54c052aa4feb0875c566e345f34
»»»»» Script output:
3
This Seq has already been iterated, and its values consumed
(you might solve this by addding .cache on usages of the Seq, or
by assigning the Seq into an array)
in block <unit> at /tmp/_wvuvjLlDz line 1
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
3
This Seq has already been iterated, and its values consumed
(you might solve this by addding .cache on usages of the Seq, or
by assigning the Seq into an array)
in block <unit> at /tmp/_wvuvjLlDz line 1
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 3259ba3e2af79e7e037c39169d7c0dbb7ebbb926
»»»»» Script output:
3
This Seq has already been iterated, and its values consumed
(you might solve this by addding .cache on usages of the Seq, or
by assigning the Seq into an array)
in block <unit> at /tmp/_wvuvjLlDz line 1
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
3
This Seq has already been iterated, and its values consumed
(you might solve this by addding .cache on usages of the Seq, or
by assigning the Seq into an array)
in block <unit> at /tmp/_wvuvjLlDz line 1
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 6e73d2ae2bf59f40c6b76905e40ae01f01ab6988
»»»»» Script output:
3
This Seq has already been iterated, and its values consumed
(you might solve this by adding .cache on usages of the Seq, or
by assigning the Seq into an array)
in block <unit> at /tmp/_wvuvjLlDz line 1
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
3
This Seq has already been iterated, and its values consumed
(you might solve this by addding .cache on usages of the Seq, or
by assigning the Seq into an array)
in block <unit> at /tmp/_wvuvjLlDz line 1
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 217e9763736ff96fc8814edc48e35fab95cb84b5
»»»»» Script output:
3
This Seq has already been iterated, and its values consumed
(you might solve this by adding .cache on usages of the Seq, or
by assigning the Seq into an array)
in block <unit> at /tmp/_wvuvjLlDz line 1
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
3
This Seq has already been iterated, and its values consumed
(you might solve this by addding .cache on usages of the Seq, or
by assigning the Seq into an array)
in block <unit> at /tmp/_wvuvjLlDz line 1
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 775271dfa9354bc97713f0d30d6ffed33a3e763a
»»»»» Script output:
3
This Seq has already been iterated, and its values consumed
(you might solve this by addding .cache on usages of the Seq, or
by assigning the Seq into an array)
in block <unit> at /tmp/_wvuvjLlDz line 1
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
3
This Seq has already been iterated, and its values consumed
(you might solve this by addding .cache on usages of the Seq, or
by assigning the Seq into an array)
in block <unit> at /tmp/_wvuvjLlDz line 1
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 5a04ff6abad8893019399e6d2e05c0de4d106973
»»»»» Script output:
3
This Seq has already been iterated, and its values consumed
(you might solve this by adding .cache on usages of the Seq, or
by assigning the Seq into an array)
in block <unit> at /tmp/_wvuvjLlDz line 1
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
3
This Seq has already been iterated, and its values consumed
(you might solve this by addding .cache on usages of the Seq, or
by assigning the Seq into an array)
in block <unit> at /tmp/_wvuvjLlDz line 1
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
5a04ff6abad8893019399e6d2e05c0de4d106973 is the first new commit
commit 5a04ff6abad8893019399e6d2e05c0de4d106973
Author: Tommy Stanton <tommystanton@gmail.com>
Date: Fri Jan 22 16:07:09 2016 -0800
Fix typo in X::Seq::Consumed exception
:040000 040000 aecfe243095622c7b1fad1c271991ccb5c716d6b 1adeb3c2e29c937b202264bb8c41daa5f60016d9 M src
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment