Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created August 13, 2018 10:08
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/7f3a896e5987a9992596f9e70c30f3ad to your computer and use it in GitHub Desktop.
Save Whateverable/7f3a896e5987a9992596f9e70c30f3ad to your computer and use it in GitHub Desktop.
bisectable6
old=2018.06 new=HEAD dd (a => (1, 2, 3), b => (4, 5, 6)).Map
Bisecting: 214 revisions left to test after this (roughly 8 steps)
[b5892dd85d362d3a0df966c1b717e4340a8ad51d] Don't mention ROADMAP in the release guide
»»»»» Testing b5892dd85d362d3a0df966c1b717e4340a8ad51d
»»»»» Script output:
Map.new((:a($(1, 2, 3)),:b($(4, 5, 6))))
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
Map.new((:a((1, 2, 3)),:b((4, 5, 6))))
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 9ab3ad278c03f8fac8d1125c33f691107f559c78
»»»»» Script output:
Map.new((:a((1, 2, 3)),:b((4, 5, 6))))
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
Map.new((:a((1, 2, 3)),:b((4, 5, 6))))
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 1956df2552077dc3749c0d422e5149fc2d78d787
»»»»» Script output:
Map.new((:a((1, 2, 3)),:b((4, 5, 6))))
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
Map.new((:a((1, 2, 3)),:b((4, 5, 6))))
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing c5c4ea388838161ee6025d6400ddae712e9735ef
»»»»» Script output:
Map.new((:a($(1, 2, 3)),:b($(4, 5, 6))))
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
Map.new((:a((1, 2, 3)),:b((4, 5, 6))))
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 9f524d0adb2a48b66897f7b2ef2dca9ef6b47cd1
»»»»» Script output:
Map.new((:a((1, 2, 3)),:b((4, 5, 6))))
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
Map.new((:a((1, 2, 3)),:b((4, 5, 6))))
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 5cf0afce02c50677c58d958563d844d0a5098e7d
»»»»» Script output:
Map.new((:a($(1, 2, 3)),:b($(4, 5, 6))))
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
Map.new((:a((1, 2, 3)),:b((4, 5, 6))))
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing db5cc063352189a090a146692d89b36a4688c9e2
»»»»» Script output:
Map.new((:a((1, 2, 3)),:b((4, 5, 6))))
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
Map.new((:a((1, 2, 3)),:b((4, 5, 6))))
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 7848cdb484c3ab096d043b015b5465228db9b3e5
»»»»» Script output:
Map.new((:a($(1, 2, 3)),:b($(4, 5, 6))))
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
Map.new((:a((1, 2, 3)),:b((4, 5, 6))))
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing c567af7364b913b9c6f6294d50226b1268eb6dae
»»»»» Script output:
Map.new((:a($(1, 2, 3)),:b($(4, 5, 6))))
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
Map.new((:a((1, 2, 3)),:b((4, 5, 6))))
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
c567af7364b913b9c6f6294d50226b1268eb6dae is the first new commit
commit c567af7364b913b9c6f6294d50226b1268eb6dae
Author: Elizabeth Mattijsen <liz@wenzperl.nl>
Date: Sat Jul 14 10:48:55 2018 +0200
Simplify Hash.Map coercion
Since we have optimized my %m is Map = %h, this is now trivial to do
:040000 040000 af6783f7148efa7522e6502decb8c2cb48dd97d6 2e119eb95ef86d299bb6ce8c701a1feefcb1a047 M src
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment