Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created January 24, 2022 20:12
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/e2c87e33e27bce531096d6f90fe01928 to your computer and use it in GitHub Desktop.
Save Whateverable/e2c87e33e27bce531096d6f90fe01928 to your computer and use it in GitHub Desktop.
bisectable6
for 1..5 { say .$ }
Bisecting: 111 revisions left to test after this (roughly 7 steps)
[d9803a4f58d58380f3f8172561b406e642403e16] Pre-increment is no longer slower than i = i + 1
»»»»» Testing d9803a4f58d58380f3f8172561b406e642403e16
»»»»» Script output:
Cannot find method 'Any'
in block <unit> at /tmp/uqOTkGBA3G line 1
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
Cannot find method 'Any'
in block <unit> at /tmp/uqOTkGBA3G line 1
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 002871b8a92bab762f89230c27eb6d426fe17b95
»»»»» Script output:
Cannot find method 'Any' on object of type Int
in block <unit> at /tmp/uqOTkGBA3G line 1
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
Cannot find method 'Any'
in block <unit> at /tmp/uqOTkGBA3G line 1
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing a2fce032121bcc93f1c3c4d67763b52e55a2dc3f
»»»»» Script output:
Cannot find method 'Any'
in block <unit> at /tmp/uqOTkGBA3G line 1
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
Cannot find method 'Any'
in block <unit> at /tmp/uqOTkGBA3G line 1
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 191113be746e92bcc70bb41234d010284457c623
»»»»» Script output:
Cannot find method 'Any'
in block <unit> at /tmp/uqOTkGBA3G line 1
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
Cannot find method 'Any'
in block <unit> at /tmp/uqOTkGBA3G line 1
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 25113987502bba1cb48bd130b21982f6608e4aa3
»»»»» Script output:
Cannot find method 'Any' on object of type Int
in block <unit> at /tmp/uqOTkGBA3G line 1
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
Cannot find method 'Any'
in block <unit> at /tmp/uqOTkGBA3G line 1
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing bffc3ae41b71796bc95103fa66a26db04d21f337
»»»»» Script output:
Cannot find method 'Any'
in block <unit> at /tmp/uqOTkGBA3G line 1
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
Cannot find method 'Any'
in block <unit> at /tmp/uqOTkGBA3G line 1
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 1e5df4130e688b127426b7ea0dc11828d256804a
»»»»» Script output:
Cannot find method 'Any'
in block <unit> at /tmp/uqOTkGBA3G line 1
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
Cannot find method 'Any'
in block <unit> at /tmp/uqOTkGBA3G line 1
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 33ef5a95459b95bf7256391a053550d4efe221de
»»»»» Script output:
Cannot find method 'Any' on object of type Int
in block <unit> at /tmp/uqOTkGBA3G line 1
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
Cannot find method 'Any'
in block <unit> at /tmp/uqOTkGBA3G line 1
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
33ef5a95459b95bf7256391a053550d4efe221de is the first new commit
commit 33ef5a95459b95bf7256391a053550d4efe221de
Author: Stefan Seifert <nine@detonation.org>
Date: Sun May 8 10:15:45 2016 +0200
Implement CompUnit::Loader.load-precompilation
Needs an NQP bump
:040000 040000 d9594b8464203ccb9d984e9b50300c4588fd2ba2 8500c750fc1646e64691a4f633ee5dd1a2a00458 M src
:040000 040000 5940fc10f106c1f1e709ee43eeaabd9f5aad849c 9dd02dc5026e3d950b175ddc423ab1163d609bbd M tools
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment