# New Ticket Created by  "Carl Mäsak" 
# Please include the string:  [perl #107740]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=107740 >


<masak> nom: class A {}; say A.new ~~ A.new
<p6eval> nom 9c2880: OUTPUT«No applicable candidates found to dispatch
to for 'ACCEPTS'. Available candidates are:␤:(Mu, Mu $topic, Mu %_)␤␤
in method ACCEPTS at src/gen/CORE.setting:492 [...]
<masak> nom: say Any.new ~~ Any.new
<p6eval> nom 9c2880: OUTPUT«No applicable candidates found to dispatch
to for 'ACCEPTS'. Available candidates are:␤:(Mu, Mu $topic, Mu %_)␤␤
in method ACCEPTS at src/gen/CORE.setting:492 [...]
<jnthn> masak: We tracked that down to missing ACCEPTS in Any, iirc?
<masak> b: class A {}; say A.new ~~ A.new
<p6eval> b 1b7dd1: OUTPUT«Bool::False␤»
<masak> jnthn: yes.
<masak> jnthn: well, I was unable to check whether it exists in b, but
seems it does.
<masak> b: say Any.new ~~ Any.new
<p6eval> b 1b7dd1: OUTPUT«Bool::False␤»
* masak submits rakudobug

Reply via email to