Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created July 18, 2021 04:15
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/fb02d9e1c78ea418c30943d0d1b54eae to your computer and use it in GitHub Desktop.
Save Whateverable/fb02d9e1c78ea418c30943d0d1b54eae to your computer and use it in GitHub Desktop.
bisectable6
class C { has $.a; method b is raw { $.a } }; my $o = C.new; $o.b = 42; say $o.a
Bisecting: 98 revisions left to test after this (roughly 7 steps)
[ec2848c43ae54961dd7b9109a48f68c03b206abb] Final tweaks on the Hyper refactor
»»»»» Testing ec2848c43ae54961dd7b9109a48f68c03b206abb
»»»»» Cannot test this commit. Reason: Commit exists, but an executable could not be built for it
»»»»» Therefore, skipping this revision
»»»»» -------------------------------------------------------------------------
»»»»» Testing 549f53e4c9cb26eb5af59c4aeea1fbf6c5327646
»»»»» Script output:
Cannot modify an immutable Any ((Any))
in block <unit> at /tmp/d3q8Z2IgLB line 1
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
Cannot modify an immutable Any ((Any))
in block <unit> at /tmp/d3q8Z2IgLB line 1
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 98d07cf6f9c2dd27390d7e842ef7aaa47259271f
»»»»» Script output:
Cannot modify an immutable 'Any' type object
in block <unit> at /tmp/d3q8Z2IgLB line 1
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
Cannot modify an immutable Any ((Any))
in block <unit> at /tmp/d3q8Z2IgLB line 1
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 7a85985d0bfb998c908d422237c1e65dc9c4878b
»»»»» Script output:
Cannot modify an immutable Any ((Any))
in block <unit> at /tmp/d3q8Z2IgLB line 1
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
Cannot modify an immutable Any ((Any))
in block <unit> at /tmp/d3q8Z2IgLB line 1
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing b0a2ce765714d088d835f42f197d6616de21ba5a
»»»»» Cannot test this commit. Reason: Commit exists, but an executable could not be built for it
»»»»» Therefore, skipping this revision
»»»»» -------------------------------------------------------------------------
»»»»» Testing 1ef62aca1ed3c183812d8f7439b5d9b45b02afd6
»»»»» Cannot test this commit. Reason: Commit exists, but an executable could not be built for it
»»»»» Therefore, skipping this revision
»»»»» -------------------------------------------------------------------------
»»»»» Testing 2eb43ab9e4d451449dd411e9694f55add9182dfe
»»»»» Script output:
Cannot modify an immutable 'Any' type object
in block <unit> at /tmp/d3q8Z2IgLB line 1
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
Cannot modify an immutable Any ((Any))
in block <unit> at /tmp/d3q8Z2IgLB line 1
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 9df074ba3334e1b12716d7075a04444e647a0a97
»»»»» Script output:
Cannot modify an immutable 'Any' type object
in block <unit> at /tmp/d3q8Z2IgLB line 1
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
Cannot modify an immutable Any ((Any))
in block <unit> at /tmp/d3q8Z2IgLB line 1
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 32b7c089feac1b3f7715732ff189022bf594338e
»»»»» Script output:
Cannot modify an immutable 'Any' type object
in block <unit> at /tmp/d3q8Z2IgLB line 1
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
Cannot modify an immutable Any ((Any))
in block <unit> at /tmp/d3q8Z2IgLB line 1
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing e67584929f4ff2d753d9aa1603ad66962b3f0e96
»»»»» Script output:
Cannot modify an immutable 'Any' type object
in block <unit> at /tmp/d3q8Z2IgLB line 1
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
Cannot modify an immutable Any ((Any))
in block <unit> at /tmp/d3q8Z2IgLB line 1
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 8b93ec9f50e6309c1808e818d3813d4a30b454f7
»»»»» Script output:
Cannot modify an immutable Any ((Any))
in block <unit> at /tmp/d3q8Z2IgLB line 1
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
Cannot modify an immutable Any ((Any))
in block <unit> at /tmp/d3q8Z2IgLB line 1
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
e67584929f4ff2d753d9aa1603ad66962b3f0e96 is the first new commit
commit e67584929f4ff2d753d9aa1603ad66962b3f0e96
Author: Elizabeth Mattijsen <liz@wenzperl.nl>
Date: Tue Nov 6 21:27:07 2018 +0100
Improve assigning immutable value error
Replace: Cannot modify an immutable Any ((Any))
With: Cannot modify an immutable 'Any' type object
:040000 040000 a1f9af2e3c67ad78f980b38b8218b92881c33b76 ba327203a8ebe81617d04f4d660bf920e1e3dfbc M src
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment