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 #2549

Closed
p6rt opened this issue Nov 6, 2011 · 4 comments
Closed

No ACCEPTS method in Any #2549

p6rt opened this issue Nov 6, 2011 · 4 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Nov 6, 2011

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

Searchable as RT103032$

@p6rt
Copy link
Author

p6rt commented Nov 6, 2011

From @masak

<masak> nom​: class A {}; say A.new ~~ A.new
<p6eval> nom 9c2880​: OUTPUT«No applicable candidates found to dispatch
to for 'ACCEPTS' [...]
<masak> nom​: say Any.new ~~ Any.new
<p6eval> nom 9c2880​: OUTPUT«No applicable candidates found to dispatch
to for 'ACCEPTS' [...]
<masak> b​: class A {}; say A.new ~~ A.new
<p6eval> b 1b7dd1​: OUTPUT«Bool​::False␤»
<masak> b​: say Any.new ~~ Any.new
<p6eval> b 1b7dd1​: OUTPUT«Bool​::False␤»
<jnthn> masak​: We tracked that down to missing ACCEPTS in Any, iirc?
<masak> jnthn​: yes.
<masak> jnthn​: well, I was unable to check whether it exists in b, but
seems it does.
* masak submits rakudobug

@p6rt
Copy link
Author

p6rt commented Nov 7, 2011

From @moritz

Any.ACCEPTS implemented in 3a9ea78, activated tests from
S03-smartmatch/any-any.t

@p6rt
Copy link
Author

p6rt commented Nov 7, 2011

The RT System itself - Status changed from 'new' to 'open'

@p6rt
Copy link
Author

p6rt commented Nov 7, 2011

@moritz - Status changed from 'open' to 'resolved'

@p6rt p6rt closed this as completed Nov 7, 2011
@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