Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created February 8, 2020 20:01
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/695fd9f24f77993e29b3ebfe83443263 to your computer and use it in GitHub Desktop.
Save Whateverable/695fd9f24f77993e29b3ebfe83443263 to your computer and use it in GitHub Desktop.
bisectable6
say Range.new(List, Nil)
Bisecting: 5560 revisions left to test after this (roughly 13 steps)
[3deda842247f9c83e9a5b06134b185babf72e949] Avoid a closure per emit into a supply/react block
»»»»» Testing 3deda842247f9c83e9a5b06134b185babf72e949
»»»»» Script output:
List..Any
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
List..Any
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 5fe0140cfd4dbacd3a696aaefedc8ad30e6a6269
»»»»» Script output:
List..Nil
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
List..Any
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 4c67498f9073fdc1d3bfec2634cdd8594898860f
»»»»» Script output:
List..Any
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
List..Any
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing c441d8d8b00ca258ab980d02794cb2d346ecb709
»»»»» Script output:
List..Any
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
List..Any
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 1070fa0c84af1bc3f25bd29f207da64396c7260c
»»»»» Script output:
List..Nil
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
List..Any
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing aff96baefd97a48f66d8e8ea4d1d72e449577e7e
»»»»» Script output:
List..Any
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
List..Any
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing f045042d4fa2e6ba0a14d889daee61e8c3c7a15a
»»»»» Script output:
List..Nil
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
List..Any
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing c65c8fa82889010fcccfd37d4c9659fa915940b7
»»»»» Script output:
List..Nil
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
List..Any
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing b5892dd85d362d3a0df966c1b717e4340a8ad51d
»»»»» Script output:
List..Any
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
List..Any
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing e9e8cd550786da6aadea08cf50cbc9c636fb166a
»»»»» Script output:
List..Nil
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
List..Any
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing b30800c8ec407309a289cf090b54e4cced57e7f9
»»»»» Script output:
List..Nil
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
List..Any
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 7a7e5e96fe12ee7b42031d630950d4501b366201
»»»»» Script output:
List..Any
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
List..Any
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 806752fb54a11c036899cbe9664c1f97ab293d85
»»»»» Script output:
List..Nil
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
List..Any
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 6ad096c8a612f7daefc44ddda7a97b469d7cac01
»»»»» Script output:
List..Nil
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
List..Any
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
6ad096c8a612f7daefc44ddda7a97b469d7cac01 is the first new commit
commit 6ad096c8a612f7daefc44ddda7a97b469d7cac01
Author: Elizabeth Mattijsen <liz@wenzperl.nl>
Date: Tue Jul 17 22:59:48 2018 +0200
Decont min/max on Range creation
Since they're immutable, there's no reason not to. And in some places
that saves an awkward (repeated) decont.
:040000 040000 44fd858697aece13f736415cbe1ea7edf31aaf53 d5950175d203ece34d5fabe2819386f297d9f5c0 M src
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment