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

Something without a .WHAT method is returned from .can call in Rakudo #1682

Closed
p6rt opened this issue Apr 11, 2010 · 5 comments
Closed

Something without a .WHAT method is returned from .can call in Rakudo #1682

p6rt opened this issue Apr 11, 2010 · 5 comments

Comments

@p6rt
Copy link

p6rt commented Apr 11, 2010

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

Searchable as RT74286$

@p6rt
Copy link
Author

p6rt commented Apr 11, 2010

From @masak

<masak> rakudo​: class A { method foo {} }; say A.can("foo").WHAT
<p6eval> rakudo ae2e81​: OUTPUT«Method 'WHAT' not found for invocant of
class 'P6Invocation' [...]
<masak> o.O
* masak submits rakudobug

What's a P6Invocation doing in my .can result?

@p6rt
Copy link
Author

p6rt commented Sep 20, 2011

From @coke

On Sun Apr 11 12​:22​:54 2010, masak wrote​:

<masak> rakudo​: class A { method foo {} }; say A.can("foo").WHAT
<p6eval> rakudo ae2e81​: OUTPUT�Method 'WHAT' not found for invocant
of
class 'P6Invocation' [...]
<masak> o.O
* masak submits rakudobug

What's a P6Invocation doing in my .can result?

Now​:

08​:25 < [Coke]> rakudo​: class A { method foo {} }; say A.can("foo").WHAT
08​:25 <+p6eval> rakudo cbdd9b​: OUTPUT«Parcel()␤»

Needs tests?
--
Will "Coke" Coleda

@p6rt
Copy link
Author

p6rt commented Sep 20, 2011

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

@p6rt
Copy link
Author

p6rt commented Sep 26, 2011

From @moritz

Now tested in S12-introspection/can.t.

@p6rt
Copy link
Author

p6rt commented Sep 26, 2011

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant