Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created July 21, 2021 00:31
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/9110e2118d981d434cacaa3500eb5852 to your computer and use it in GitHub Desktop.
Save Whateverable/9110e2118d981d434cacaa3500eb5852 to your computer and use it in GitHub Desktop.
bisectable6
old=2021.06 new=HEAD ((),()).sort
Bisecting: 43 revisions left to test after this (roughly 6 steps)
[1ed28638909feb1a444ec0156fe5fa8b27fc9922] Fix some errors WRT curried role typecheck lists (#4436)
»»»»» Testing 1ed28638909feb1a444ec0156fe5fa8b27fc9922
»»»»» Script output:
elems requires a concrete object (got a Mu type object instead)
in block <unit> at /tmp/c3buBK_z_k line 1
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
elems requires a concrete object (got a Mu type object instead)
in block <unit> at /tmp/c3buBK_z_k line 1
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 68b08a3523e230499dd1f988105c138f4dabc248
»»»»» Script output:
elems requires a concrete object (got a Mu type object instead)
in block <unit> at /tmp/c3buBK_z_k line 1
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
elems requires a concrete object (got a Mu type object instead)
in block <unit> at /tmp/c3buBK_z_k line 1
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 798878cdd82ff5704aa6ae42c89da29108b0bab9
»»»»» Script output:
elems requires a concrete object (got a Mu type object instead)
in block <unit> at /tmp/c3buBK_z_k line 1
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
elems requires a concrete object (got a Mu type object instead)
in block <unit> at /tmp/c3buBK_z_k line 1
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing a2faac4bd817c61f6dbae2fca9ed3805315f424c
»»»»» Script output:
elems requires a concrete object (got a Mu type object instead)
in block <unit> at /tmp/c3buBK_z_k line 1
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
elems requires a concrete object (got a Mu type object instead)
in block <unit> at /tmp/c3buBK_z_k line 1
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 39ba88848731eadff9abcb7b9ed8e99a87fa5c6e
»»»»» Script output:
elems requires a concrete object (got a Mu type object instead)
in block <unit> at /tmp/c3buBK_z_k line 1
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
elems requires a concrete object (got a Mu type object instead)
in block <unit> at /tmp/c3buBK_z_k line 1
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing f3ff0621208ba9160f9820a96269b202a859a93c
»»»»» Script output:
elems requires a concrete object (got a Mu type object instead)
in block <unit> at /tmp/c3buBK_z_k line 1
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
elems requires a concrete object (got a Mu type object instead)
in block <unit> at /tmp/c3buBK_z_k line 1
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
50bd1717c3a7c43e2467787eca0bc91a28933fb4 is the first new commit
commit 50bd1717c3a7c43e2467787eca0bc91a28933fb4
Author: Elizabeth Mattijsen <liz@wenzperl.nl>
Date: Tue Jul 20 16:22:57 2021 +0200
Make List cmp List about 25% faster
Again, for the worst case of identical Lists. Moved the List logic
to Order, to allow for this optimization.
:040000 040000 8510b5f523cbaf764eb00753db2a9e316bc20956 ed97a13c43e339eea81d39a101891186a834aaae M src
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment