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

cannot subclass Proxy #5911

Closed
p6rt opened this issue Dec 25, 2016 · 5 comments
Closed

cannot subclass Proxy #5911

p6rt opened this issue Dec 25, 2016 · 5 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Dec 25, 2016

Migrated from rt.perl.org#130403 (status was 'new')

Searchable as RT130403$

@p6rt
Copy link
Author

p6rt commented Dec 25, 2016

From @FCO

https://irclog.perlgeek.de/perl6/2016-12-25#i_13797151

Enviado do meu iPhone

@p6rt p6rt added the oo label Jan 5, 2020
@JJ
Copy link

JJ commented May 30, 2020

I'm afraid that link has disappeared. I'll try to look it up in archive.org.

@JJ
Copy link

JJ commented May 30, 2020

It does not exist. So unless @FCO remembers what this is about, probably closing it.

@FCO
Copy link

FCO commented May 30, 2020

I don’t :(

@JJ
Copy link

JJ commented May 30, 2020

Maybe replicate the example? Should be as easy as

class Proxier is Proxy {}; say Proxier.new.raku

Although in this case subclassing work; .new does not. Closing it, unless someone finds another interpretation for the OP.

@JJ JJ closed this as completed May 30, 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

3 participants