Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created November 11, 2018 16:20
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/9aff8826b2a1b4a198a9fa11e671aeec to your computer and use it in GitHub Desktop.
Save Whateverable/9aff8826b2a1b4a198a9fa11e671aeec to your computer and use it in GitHub Desktop.
bisectable6
old=2018.10 say |<1 2> »xx» 2
Bisecting: 59 revisions left to test after this (roughly 6 steps)
[6aafe18d5544f9fbc9f75b6cc5a9f85d5d1fe7b2] Take the list ouf of MAST::InstructionList
»»»»» Testing 6aafe18d5544f9fbc9f75b6cc5a9f85d5d1fe7b2
»»»»» Cannot test this commit. Reason: Commit exists, but a perl6 executable could not be built for it
»»»»» Therefore, skipping this revision
»»»»» -------------------------------------------------------------------------
»»»»» Testing bfe2ad63f8ea17cbc11e836b7fcb1c8f35515cbd
»»»»» Script output:
((1 1) (2 2))
»»»»» 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 1ef62aca1ed3c183812d8f7439b5d9b45b02afd6
»»»»» Cannot test this commit. Reason: Commit exists, but a perl6 executable could not be built for it
»»»»» Therefore, skipping this revision
»»»»» -------------------------------------------------------------------------
»»»»» Testing f35dd301f34415c04737908a21c3e6c4af98a0b2
»»»»» Script output:
((1 1) (2 2))
»»»»» 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 194daab717cec3658a04a65504fe24ac4fc60dfe
»»»»» Script output:
((1 1) (2 2))
»»»»» 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 9221c08dacdbeae78c50479249dd9b987ddbfd8d
»»»»» Cannot test this commit. Reason: Commit exists, but a perl6 executable could not be built for it
»»»»» Therefore, skipping this revision
»»»»» -------------------------------------------------------------------------
»»»»» Testing 6208c266aef9d1c7387229d50ec8c3a1d300872d
»»»»» Script output:
Cannot modify an immutable IntStr (1)
in block <unit> at /tmp/91nNcKk94R 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 307a98bdb6d824c893127bdb8d64b4b9577f8835
»»»»» Script output:
Cannot modify an immutable IntStr (1)
in block <unit> at /tmp/91nNcKk94R 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 c50cf82afc67f1a7c464dad69e4c3d810243e86d
»»»»» Script output:
((1 1) (2 2))
»»»»» 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 1a2b39dc1a9bef6c8aba8ca647d8b2cbc8ed2ad9
»»»»» Script output:
Cannot modify an immutable IntStr (1)
in block <unit> at /tmp/91nNcKk94R 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”
»»»»» -------------------------------------------------------------------------
1a2b39dc1a9bef6c8aba8ca647d8b2cbc8ed2ad9 is the first new commit
commit 1a2b39dc1a9bef6c8aba8ca647d8b2cbc8ed2ad9
Author: Elizabeth Mattijsen <liz@wenzperl.nl>
Date: Sat Nov 10 17:22:35 2018 +0100
Make sure we containerize arrays in @a <<+>> 0
Arrays were created, but without containers. Fixes R#2840. This **also**
fixes the case where the original array was typed: the type *and* its
associated descriptor are cloned.
:040000 040000 c45a50657f7f3f183a0fb30a0882ec857e2932fc e07997c8376fe4530d9c1e19940367a5e2a963af M src
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment