Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created June 30, 2020 07: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/5f4e627936a29f990aa065c2e9a7ca52 to your computer and use it in GitHub Desktop.
Save Whateverable/5f4e627936a29f990aa065c2e9a7ca52 to your computer and use it in GitHub Desktop.
bisectable6
VM.request-garbage-collection
Bisecting: 196 revisions left to test after this (roughly 8 steps)
[945a4d8166891041a8d9a37d326912a60bed7ce3] [JVM] Use Ops.isnull instead of plain null check
»»»»» Testing 945a4d8166891041a8d9a37d326912a60bed7ce3
»»»»» Script output:
No such method 'request-garbage-collection' for invocant of type 'VM'
in block <unit> at /tmp/5qr3GA3bJr 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 2e60552099023e57b6233937741e19a4ce699736
»»»»» Script output:
No such method 'request-garbage-collection' for invocant of type 'VM'
in block <unit> at /tmp/5qr3GA3bJr 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 42a303ecf5c36bcbc0c3a5332fd4a0719c08a417
»»»»» Script output:
No such method 'request-garbage-collection' for invocant of type 'VM'
in block <unit> at /tmp/5qr3GA3bJr 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 cfc6cc3c6f72d5055a76c99fb2c01f09892c6303
»»»»» Script output:
»»»»» 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 6721794e4d0315d6c50448f1fdd34ea11829ab4f
»»»»» Script output:
»»»»» 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 65f18a9880219d069eab78f59901e0f976999913
»»»»» Script output:
»»»»» 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 e223be5669391836957cadd01c351d5585468532
»»»»» Script output:
»»»»» 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 fa3c0dba9d728ed73022ccd7fd27595636db03f6
»»»»» Script output:
No such method 'request-garbage-collection' for invocant of type 'VM'
in block <unit> at /tmp/5qr3GA3bJr 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”
e223be5669391836957cadd01c351d5585468532 is the first new commit
commit e223be5669391836957cadd01c351d5585468532
Author: Elizabeth Mattijsen <liz@wenzperl.nl>
Date: Fri Apr 24 16:24:33 2020 +0200
Implement VM.request-garbage-collection
For the MoarVM backend only for now
:040000 040000 f22bb1fe5093c9c6f2c31ab46e0c970c483535a2 3a9836accd27e0e4f28522a320371e794dda46f2 M src
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment