Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created January 8, 2021 16:13
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/006627d5b440d537a60302c44bc74d21 to your computer and use it in GitHub Desktop.
Save Whateverable/006627d5b440d537a60302c44bc74d21 to your computer and use it in GitHub Desktop.
bisectable6
my method private_method_table(Metamodel::PrivateMethodContainer: $obj)
Bisecting: 74 revisions left to test after this (roughly 6 steps)
[0d1c8a8eefaccf252f7ccf07d2da6eef1a9c3d91] Make "is DEPRECATED" introspectable on Routines
»»»»» Testing 0d1c8a8eefaccf252f7ccf07d2da6eef1a9c3d91
»»»»» Script output:
===SORRY!=== Error while compiling /tmp/hVoNYdkHIc
Missing block
at /tmp/hVoNYdkHIc:1
------> Metamodel::PrivateMethodContainer: $obj)⏏<EOL>
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
===SORRY!=== Error while compiling /tmp/hVoNYdkHIc
Missing block
at /tmp/hVoNYdkHIc:1
------> Metamodel::PrivateMethodContainer: $obj)⏏<EOL>
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing f6c7ddb286cba0c11726bf5ea87b838bb066244c
»»»»» Script output:
===SORRY!===
Cannot find method 'coercive' on object of type Archetypes
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
===SORRY!=== Error while compiling /tmp/hVoNYdkHIc
Missing block
at /tmp/hVoNYdkHIc:1
------> Metamodel::PrivateMethodContainer: $obj)⏏<EOL>
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 3def3ced38247179099e522a556423a947218376
»»»»» Script output:
===SORRY!===
Cannot find method 'coercive' on object of type Archetypes
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
===SORRY!=== Error while compiling /tmp/hVoNYdkHIc
Missing block
at /tmp/hVoNYdkHIc:1
------> Metamodel::PrivateMethodContainer: $obj)⏏<EOL>
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 46e9468feb8142dd88be55c0feff742f124e51ad
»»»»» Script output:
===SORRY!===
Cannot find method 'coercive' on object of type Archetypes
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
===SORRY!=== Error while compiling /tmp/hVoNYdkHIc
Missing block
at /tmp/hVoNYdkHIc:1
------> Metamodel::PrivateMethodContainer: $obj)⏏<EOL>
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing a89d0207575ac341d5802f00a59574209db3d3e5
»»»»» Script output:
===SORRY!=== Error while compiling /tmp/hVoNYdkHIc
Missing block
at /tmp/hVoNYdkHIc:1
------> Metamodel::PrivateMethodContainer: $obj)⏏<EOL>
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
===SORRY!=== Error while compiling /tmp/hVoNYdkHIc
Missing block
at /tmp/hVoNYdkHIc:1
------> Metamodel::PrivateMethodContainer: $obj)⏏<EOL>
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 65f24a8dbd1eb2afd263a4b102e3063a03c64dd5
»»»»» Script output:
===SORRY!===
Cannot find method 'coercive' on object of type Archetypes
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
===SORRY!=== Error while compiling /tmp/hVoNYdkHIc
Missing block
at /tmp/hVoNYdkHIc:1
------> Metamodel::PrivateMethodContainer: $obj)⏏<EOL>
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing ed16d6c1098bb21b86cf205950f61dc0d72cbb1f
»»»»» Script output:
===SORRY!===
Cannot find method 'coercive' on object of type Archetypes
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
===SORRY!=== Error while compiling /tmp/hVoNYdkHIc
Missing block
at /tmp/hVoNYdkHIc:1
------> Metamodel::PrivateMethodContainer: $obj)⏏<EOL>
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
ed16d6c1098bb21b86cf205950f61dc0d72cbb1f is the first new commit
commit ed16d6c1098bb21b86cf205950f61dc0d72cbb1f
Author: Vadim Belman <vrurg@users.noreply.github.com>
Date: Wed Dec 2 18:09:17 2020 -0500
Fix handling of definite parameters (#4082)
Restore pre-trsnparentization of nominalizables behavior. Partially
fixes #4078.
And a couple of minor improvements.
:040000 040000 53546bb018daaa8b43716d2067e8f9b00818c6b8 8df019429709d5eecca577567d6deb1ccea5818e M src
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment