Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created January 27, 2017 01:51
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/1be431d0e1c297b76a1c19cc22f53dd7 to your computer and use it in GitHub Desktop.
Save Whateverable/1be431d0e1c297b76a1c19cc22f53dd7 to your computer and use it in GitHub Desktop.
bisectable6
old=2016.12 new=HEAD $++ for '/home/bisectable/.bash_history'.IO.lines.rotor(30, :partial)
Bisecting: 232 revisions left to test after this (roughly 8 steps)
[964b28be834c1e56ff1fcf16e8c49d5fa50011f7] Merge pull request #990 from MasterDuke17
»»»»» Testing 964b28be834c1e56ff1fcf16e8c49d5fa50011f7
»»»»» 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 9537ccd87a8d2efd266f7a188861d22632b435a2
»»»»» 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 4a295dc5fbaff890053789838662b1154e3d2b49
»»»»» Script output:
readline requires an object with REPR MVMOSHandle
in block <unit> at /tmp/rW_Jefdt9P line 1
»»»»» 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 35a3c08fd12e3c235576b45263b9bfdeb8b3f03e
»»»»» Script output:
readline requires an object with REPR MVMOSHandle
in block <unit> at /tmp/rW_Jefdt9P line 1
»»»»» 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 703799ec247eee46f87925c8df2f0436bcba855b
»»»»» 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 4a78be75f395a2115114467711be6088b3fcfdde
»»»»» Script output:
readline requires an object with REPR MVMOSHandle
in block <unit> at /tmp/rW_Jefdt9P line 1
»»»»» 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 82a614e1bb11e7b2586a2e831986479199c01367
»»»»» Script output:
readline requires an object with REPR MVMOSHandle
in block <unit> at /tmp/rW_Jefdt9P line 1
»»»»» 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 96185b23eab21559148e9df47741debca94ac580
»»»»» 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 fd8df7f2ad509689a64b8825e1c4bb622cf7486f
»»»»» Script output:
readline requires an object with REPR MVMOSHandle
in block <unit> at /tmp/rW_Jefdt9P line 1
»»»»» 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”
»»»»» -------------------------------------------------------------------------
fd8df7f2ad509689a64b8825e1c4bb622cf7486f is the first new commit
commit fd8df7f2ad509689a64b8825e1c4bb622cf7486f
Author: Elizabeth Mattijsen <liz@dijkmat.nl>
Date: Wed Jan 18 09:47:00 2017 +0100
Move .rotor to Any
.rotor is less abour List these days, and more about iterables.
Since Any has an iterator method that does .list.iterator, we don't
actually need .rotor to live in List anymore. This may also speed
up things, because no intermediate list is necessary anymore, e.g
when calling .rotor on a .Seq, as in @foo.map( *-42 ).rotor(4)
:040000 040000 8b9a3a8e1bdbe402e39f5882a20f9490150e9295 4d31642c302e9514c23668db157190eedc4d336c M src
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment