On Mon Feb 15 02:53:52 2010, masak wrote: > <masak> rakudo: (class { method foo() { say "OH HAI" } }).foo > <p6eval> rakudo 70667a: OUTPUT«Invalid namespace key in set_pmc_keyed [...] > <masak> locally, that gives me a failed assertion [in Parrot], too. > * masak submits rakudobug > <masak> rakudo: (class {}).foo > <p6eval> rakudo 70667a: OUTPUT«Invalid namespace key in set_pmc_keyed [...]
Fixed when I implemented anonymous classes recently: 03:47 <@jnthn> rakudo: (class { method foo() { say "OH HAI" } }).foo 03:47 <+p6eval> rakudo e393c7: OUTPUT«OH HAI» We're running anonymous classes tests too, so think we're safe to resolve this one now. :-) Thanks, Jonathan