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

Null PMC access when class C does role B is class A in Rakudo #1303

Closed
p6rt opened this issue Sep 21, 2009 · 7 comments
Closed

Null PMC access when class C does role B is class A in Rakudo #1303

p6rt opened this issue Sep 21, 2009 · 7 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Sep 21, 2009

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

Searchable as RT69254$

@p6rt
Copy link
Author

p6rt commented Sep 21, 2009

From @masak

<masak> rakudo​: class A {}; role B is A {}; class C does B {}
<p6eval> rakudo 836c8c​: OUTPUT«Null PMC access in get_string()␤in sub
trait_mod​:is [...]
<masak> mwhahaha.
* masak submits rakudobug

Apocalypse 12 talks about roles doing 'is', so the above is kosher.
("Encapsulated Inheritance".) The result should be, if I understand
the idea correctly, that C ends up inheriting from A.

@p6rt
Copy link
Author

p6rt commented Mar 11, 2010

From @moritz

I'm pleased to inform you that this awesome and scary features is now
implemented correctly, and tested in S14-roles/composition.t

@p6rt
Copy link
Author

p6rt commented Mar 11, 2010

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

@p6rt
Copy link
Author

p6rt commented Oct 28, 2011

From @coke

On Thu Mar 11 02​:27​:51 2010, moritz wrote​:

I'm pleased to inform you that this awesome and scary features is now
implemented correctly, and tested in S14-roles/composition.t

This test has regressed in nom. Re-opening.

--
Will "Coke" Coleda

@p6rt
Copy link
Author

p6rt commented Oct 28, 2011

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

@p6rt
Copy link
Author

p6rt commented Oct 31, 2011

From @moritz

Test passes again, and never failed here recently.

@p6rt
Copy link
Author

p6rt commented Oct 31, 2011

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

@p6rt p6rt closed this as completed Oct 31, 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