Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created November 21, 2018 13:47
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/376a7ea5cac53632cf164eabd10cd395 to your computer and use it in GitHub Desktop.
Save Whateverable/376a7ea5cac53632cf164eabd10cd395 to your computer and use it in GitHub Desktop.
bisectable6
old=2018.10 my %a{Any} = a => 42; dd %a <<+=>> 3
Bisecting: 84 revisions left to test after this (roughly 6 steps)
[0e4969feae18641279d1f843865562b5570405cc] Assume empty compile time options when we are not running during a compile.
»»»»» Testing 0e4969feae18641279d1f843865562b5570405cc
»»»»» Script output:
(my Any %{Any} = :a(45))
»»»»» 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 674a083705d652ae685019e98de54fdef84fe0de
»»»»» Script output:
Hash[Any,Any] element = (my Any %{Any} = :a(45))
»»»»» 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 9a2c4b447b262720abdcc21b16b7a481e6ba01a3
»»»»» Script output:
Hash[Any,Any] element = (my Any %{Any} = :a(45))
»»»»» 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 2e5be5b8e4d13664efef24542d041d96681978de
»»»»» Script output:
Cannot modify an immutable Int (42)
in block <unit> at /tmp/Vn94ZYuQTR 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 c4445649f117aac75683effec881fc42e3d6a8a8
»»»»» Script output:
Cannot modify an immutable Int (42)
in block <unit> at /tmp/Vn94ZYuQTR 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 cae9847e46056635e896388228772d4a4c846fc5
»»»»» Script output:
Cannot modify an immutable Int (42)
in block <unit> at /tmp/Vn94ZYuQTR 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 dc67ee75b109e2a1db17fc432079edbb58581a41
»»»»» Script output:
Hash[Any,Any] element = (my Any %{Any} = :a(45))
»»»»» 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”
»»»»» -------------------------------------------------------------------------
cae9847e46056635e896388228772d4a4c846fc5 is the first new commit
commit cae9847e46056635e896388228772d4a4c846fc5
Author: Elizabeth Mattijsen <liz@wenzperl.nl>
Date: Fri Nov 16 20:39:45 2018 +0100
foo
:040000 040000 10d77243706519c8638a34fde83ba0f6361c1bed ceaa26ac734f918e8871371f39c363aefee9e515 M src
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment