Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created December 7, 2016 00:31
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/a16e3b9e00de523784344d9f3cfbc915 to your computer and use it in GitHub Desktop.
Save Whateverable/a16e3b9e00de523784344d9f3cfbc915 to your computer and use it in GitHub Desktop.
bisectable6
old=2016.09 say (4,5,6).tail(-9999999999999999999)
Bisecting: 335 revisions left to test after this (roughly 8 steps)
[839e52315c14d600ffa387075fafbc89e93a81ae] Make Shaped1Array use IntRangeIterator
»»»»» Testing 839e52315c14d600ffa387075fafbc89e93a81ae
»»»»» Script output:
Memory allocation failed; could not allocate 12233720368547758088 bytes
»»»»» Script exit code: 1
»»»»» Bisecting by exit code
»»»»» Current exit code is 1, exit code on “old” revision is 0
»»»»» If exit code is not the same as on “old” revision, this revision will be marked as “new”
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing bfe6219769311c555eb168e64401bbd53e0e3c5b
»»»»» Script output:
()
»»»»» Script exit code: 0
»»»»» Bisecting by exit code
»»»»» Current exit code is 0, exit code on “old” revision is 0
»»»»» If exit code is not the same as on “old” revision, this revision will be marked as “new”
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 1794328cfb319249d35c9ca3e08c2adac2b8f529
»»»»» Script output:
Memory allocation failed; could not allocate 12233720368547758088 bytes
»»»»» Script exit code: 1
»»»»» Bisecting by exit code
»»»»» Current exit code is 1, exit code on “old” revision is 0
»»»»» If exit code is not the same as on “old” revision, this revision will be marked as “new”
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing b744de35b0e96e9b5c313c313ba4c08d83dabef6
»»»»» Script output:
()
»»»»» Script exit code: 0
»»»»» Bisecting by exit code
»»»»» Current exit code is 0, exit code on “old” revision is 0
»»»»» If exit code is not the same as on “old” revision, this revision will be marked as “new”
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 44a4c754960137e963aad874f8b229e3c5fe3686
»»»»» Script output:
()
»»»»» Script exit code: 0
»»»»» Bisecting by exit code
»»»»» Current exit code is 0, exit code on “old” revision is 0
»»»»» If exit code is not the same as on “old” revision, this revision will be marked as “new”
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing e0619f48cc2327ef76f8251b7538e5398396b99e
»»»»» Script output:
()
»»»»» Script exit code: 0
»»»»» Bisecting by exit code
»»»»» Current exit code is 0, exit code on “old” revision is 0
»»»»» If exit code is not the same as on “old” revision, this revision will be marked as “new”
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing b7201a8f22338a906f2d8027a21387e8f5c77f41
»»»»» Script output:
Memory allocation failed; could not allocate 12233720368547758088 bytes
»»»»» Script exit code: 1
»»»»» Bisecting by exit code
»»»»» Current exit code is 1, exit code on “old” revision is 0
»»»»» If exit code is not the same as on “old” revision, this revision will be marked as “new”
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing c9425931ba8c5622c03e1bf88747c69e54092280
»»»»» Script output:
()
»»»»» Script exit code: 0
»»»»» Bisecting by exit code
»»»»» Current exit code is 0, exit code on “old” revision is 0
»»»»» If exit code is not the same as on “old” revision, this revision will be marked as “new”
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 127b3be424e3119ac6f1aed4673ad0fc1c50fb10
»»»»» Script output:
Memory allocation failed; could not allocate 12233720368547758088 bytes
»»»»» Script exit code: 1
»»»»» Bisecting by exit code
»»»»» Current exit code is 1, exit code on “old” revision is 0
»»»»» If exit code is not the same as on “old” revision, this revision will be marked as “new”
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing a3406cba841cd9ecdd3bda49b9a415381615961c
»»»»» Script output:
Memory allocation failed; could not allocate 12233720368547758088 bytes
»»»»» Script exit code: 1
»»»»» Bisecting by exit code
»»»»» Current exit code is 1, exit code on “old” revision is 0
»»»»» If exit code is not the same as on “old” revision, this revision will be marked as “new”
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
a3406cba841cd9ecdd3bda49b9a415381615961c is the first new commit
commit a3406cba841cd9ecdd3bda49b9a415381615961c
Author: Elizabeth Mattijsen <liz@dijkmat.nl>
Date: Sat Oct 22 23:41:29 2016 +0200
Generalize List.tail into IterateLastNFromIterator
Also add "full" tail functionality. This will be used for lazy
Str.match(/./, :nth(* - 3)) functionality
:040000 040000 746e261bdf95faa007c0bd28e070cc8f464d1bf6 683f944b957e104353c73748eb214793024dd3bd M src
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment