Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No ACCEPTS method in Any in Rakudo #2605

Closed
p6rt opened this issue Jan 8, 2012 · 3 comments
Closed

No ACCEPTS method in Any in Rakudo #2605

p6rt opened this issue Jan 8, 2012 · 3 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Jan 8, 2012

Migrated from rt.perl.org#107740 (status was 'resolved')

Searchable as RT107740$

@p6rt
Copy link
Author

p6rt commented Jan 8, 2012

From @masak

<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

@p6rt
Copy link
Author

p6rt commented Jan 8, 2012

From @masak

On Sun Jan 08 04​:13​:06 2012, masak wrote​:

<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

<moritz> nom​: class A {}; say A.new ~~ A.new
<p6eval> nom 327fc9​: OUTPUT«Bool​::False␤»

Fixed; tests exist -- closing.

@p6rt
Copy link
Author

p6rt commented Jan 8, 2012

@masak - Status changed from 'new' to 'resolved'

@p6rt p6rt closed this as completed Jan 8, 2012
@p6rt p6rt added the Bug label Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant