Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created June 27, 2022 21:19
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/6fe6e5b7123ababe5b64f0740a6cd065 to your computer and use it in GitHub Desktop.
Save Whateverable/6fe6e5b7123ababe5b64f0740a6cd065 to your computer and use it in GitHub Desktop.
bisectable6
$*TZ = 12345 andthen say $_ == DateTime.now.timezone
Bisecting: 168 revisions left to test after this (roughly 7 steps)
[904db7a1130d12fed1bf2058911eebe164945c14] Revert work on (-) for now
»»»»» Testing 904db7a1130d12fed1bf2058911eebe164945c14
»»»»» Script output:
True
»»»»» Script exit code: 0
»»»»» Bisecting by exit code
»»»»» Current exit code is 0, exit code on “old” revision is 1
»»»»» Note that on “old” revision exit code is normally 0, you are probably trying to find when something was fixed
»»»»» 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 932b59f3c34f6d7c99f39e6420e1a45e12d83912
»»»»» Script output:
Cannot modify an immutable Int
in block <unit> at /tmp/fKjK3RD9IP line 1
»»»»» Script exit code: 1
»»»»» Bisecting by exit code
»»»»» Current exit code is 1, exit code on “old” revision is 1
»»»»» Note that on “old” revision exit code is normally 0, you are probably trying to find when something was fixed
»»»»» 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 49807eb5dcb57829cb7d27b7457b67c6792467e3
»»»»» Script output:
True
»»»»» Script exit code: 0
»»»»» Bisecting by exit code
»»»»» Current exit code is 0, exit code on “old” revision is 1
»»»»» Note that on “old” revision exit code is normally 0, you are probably trying to find when something was fixed
»»»»» 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 fb5d7260d91871f5f9c664af7c00b1f673a86797
»»»»» Script output:
Cannot modify an immutable Int
in block <unit> at /tmp/fKjK3RD9IP line 1
»»»»» Script exit code: 1
»»»»» Bisecting by exit code
»»»»» Current exit code is 1, exit code on “old” revision is 1
»»»»» Note that on “old” revision exit code is normally 0, you are probably trying to find when something was fixed
»»»»» 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 4c31903e9311f97917d7d13654f428cfd44e5bf9
»»»»» Script output:
True
»»»»» Script exit code: 0
»»»»» Bisecting by exit code
»»»»» Current exit code is 0, exit code on “old” revision is 1
»»»»» Note that on “old” revision exit code is normally 0, you are probably trying to find when something was fixed
»»»»» 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 a0ef2ed6ff0408bd4b18086a12700bbd9e3025b4
»»»»» Script output:
True
»»»»» Script exit code: 0
»»»»» Bisecting by exit code
»»»»» Current exit code is 0, exit code on “old” revision is 1
»»»»» Note that on “old” revision exit code is normally 0, you are probably trying to find when something was fixed
»»»»» 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 1b9d53ce5ed1e9e1c546f39fbec4fe342667ed1c
»»»»» Script output:
True
»»»»» Script exit code: 0
»»»»» Bisecting by exit code
»»»»» Current exit code is 0, exit code on “old” revision is 1
»»»»» Note that on “old” revision exit code is normally 0, you are probably trying to find when something was fixed
»»»»» 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 94cb73b9ba702f2edcb3d1aefa27a7d28a7000f9
»»»»» Script output:
Cannot modify an immutable Int
in block <unit> at /tmp/fKjK3RD9IP line 1
»»»»» Script exit code: 1
»»»»» Bisecting by exit code
»»»»» Current exit code is 1, exit code on “old” revision is 1
»»»»» Note that on “old” revision exit code is normally 0, you are probably trying to find when something was fixed
»»»»» If exit code is not the same as on “old” revision, this revision will be marked as “new”
»»»»» Therefore, marking this revision as “old”
1b9d53ce5ed1e9e1c546f39fbec4fe342667ed1c is the first new commit
commit 1b9d53ce5ed1e9e1c546f39fbec4fe342667ed1c
Author: Elizabeth Mattijsen <liz@dijkmat.nl>
Date: Sun Apr 2 13:26:42 2017 +0200
Allow assigning system dynamics on initialization
Spotted by Zoffix++
:040000 040000 acf7838e678d56d3f5c4e8935587edac49300eb2 8b46afd069b2d86777e9c6b392846a73f3295c27 M src
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment