Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created February 21, 2021 17:54
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/7fb0a29b31384cb241291d03b0445870 to your computer and use it in GitHub Desktop.
Save Whateverable/7fb0a29b31384cb241291d03b0445870 to your computer and use it in GitHub Desktop.
bisectable6
dd Hash.list
Bisecting: 155 revisions left to test after this (roughly 7 steps)
[14e09532e73c3e17be4516cd45c54773aeca3708] Oops, another copy-pasto :-(
»»»»» Testing 14e09532e73c3e17be4516cd45c54773aeca3708
»»»»» Script output:
Invocant of method 'list' must be an object instance of type 'Map', not a type object of type 'Hash'. Did you forget a '.new'?
in block <unit> at /tmp/8eCrs3ZLBG line 1
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
Invocant requires an instance of type Map, but a type object was passed. Did you forget a .new?
in block <unit> at /tmp/8eCrs3ZLBG line 1
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing ccedd6b1e3d52d02ca1bf42b6f9dc69dd2d66c2c
»»»»» Script output:
Invocant requires an instance of type Map, but a type object was passed. Did you forget a .new?
in block <unit> at /tmp/8eCrs3ZLBG line 1
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
Invocant requires an instance of type Map, but a type object was passed. Did you forget a .new?
in block <unit> at /tmp/8eCrs3ZLBG line 1
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing bdb5391b94dbada6e8a29b06009a75edfd4cfe0d
»»»»» Script output:
Invocant requires an instance of type Map, but a type object was passed. Did you forget a .new?
in block <unit> at /tmp/8eCrs3ZLBG line 1
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
Invocant requires an instance of type Map, but a type object was passed. Did you forget a .new?
in block <unit> at /tmp/8eCrs3ZLBG line 1
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 3829488f149f894f372691a62862aba93df475fd
»»»»» Script output:
Invocant requires an instance of type Map, but a type object was passed. Did you forget a .new?
in block <unit> at /tmp/8eCrs3ZLBG line 1
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
Invocant requires an instance of type Map, but a type object was passed. Did you forget a .new?
in block <unit> at /tmp/8eCrs3ZLBG line 1
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 0e0ac2fb8c51a82a0653a958c68604276fc25490
»»»»» Script output:
Invocant requires an instance of type Map, but a type object was passed. Did you forget a .new?
in block <unit> at /tmp/8eCrs3ZLBG line 1
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
Invocant requires an instance of type Map, but a type object was passed. Did you forget a .new?
in block <unit> at /tmp/8eCrs3ZLBG line 1
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing d1a81b303e2269aa37359de46613f4d5ebe3ab50
»»»»» Script output:
Invocant of method 'list' must be an object instance of type 'Map', not a type object of type 'Hash'. Did you forget a '.new'?
in block <unit> at /tmp/8eCrs3ZLBG line 1
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
Invocant requires an instance of type Map, but a type object was passed. Did you forget a .new?
in block <unit> at /tmp/8eCrs3ZLBG line 1
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 4f9fa6b073f8ee5768b912fbc44e0393f2aec160
»»»»» Script output:
Method 'list' must be called on an object instance of type 'Map', not a 'Hash' type object. Did you forget a '.new'?
in block <unit> at /tmp/8eCrs3ZLBG line 1
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
Invocant requires an instance of type Map, but a type object was passed. Did you forget a .new?
in block <unit> at /tmp/8eCrs3ZLBG line 1
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 8511081f7c11ba3c3866e758502f7aa6de601921
»»»»» Script output:
Method 'list' must be called on an object instance of type 'Map', not a 'Hash' type object. Did you forget a '.new'?
in block <unit> at /tmp/8eCrs3ZLBG line 1
»»»»» Script exit code: 1
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
Invocant requires an instance of type Map, but a type object was passed. Did you forget a .new?
in block <unit> at /tmp/8eCrs3ZLBG line 1
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
8511081f7c11ba3c3866e758502f7aa6de601921 is the first new commit
commit 8511081f7c11ba3c3866e758502f7aa6de601921
Author: MasterDuke17 <ddgreen@gmail.com>
Date: Thu Apr 27 23:15:45 2017 -0400
Add method name to type vs instance error
Also show the received type in addition to the wanted type.
:040000 040000 ae7118507fe485d6840572ba97b87e5d74e738a4 977869eae4d93a57b58aea8f6f3c82006f25ee13 M src
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment