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
Null PMC access when calling *any* method on a multi sub in Rakudo #731
Comments
From @masak<szabgab> oh and is arity defined on multi subs ? |
From @masakAlso .signature on multis: <szabgab> rakudo: sub f($z) {}; &f.signature.perl.say |
From [Unknown Contact. See original ticket]Also .signature on multis: <szabgab> rakudo: sub f($z) {}; &f.signature.perl.say |
|
@masak - Status changed from 'new' to 'open' |
From @moritzOn Sun Mar 01 02:44:17 2009, masak wrote:
Actually calling *any* method on &f gives the Null PMC access, if f() is ./perl6 -e 'multi f { ... }; say &f.WHAT' Cheers, |
From @jnthnOn Tue Mar 10 13:45:27 2009, moritz wrote:
Fixed this somewhat. Notes: * .WHAT now reports Multi and this is spectest'd. See 76b2652. Thanks, Jonathan |
|
@jnthn - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#63568 (status was 'resolved')
Searchable as RT63568$
The text was updated successfully, but these errors were encountered: