On Thu Jan 29 02:02:53 2009, masak wrote: > <masak> rakudo: role A {}; class B is A {} > <p6eval> rakudo 36139: OUTPUT«Null PMC access in get_string() [...] > * masak submits rakudobug > > I haven't checked in the specs what this should do, but STD says it's > allowed.
It should pun the role into a class, and inherited from the punned class. Which is what after git 7175fd0 it does. Plus added a few tests. Thanks, Jonathan