On Mon Sep 28 07:40:21 2009, pmichaud wrote: > On Sat, Sep 26, 2009 at 09:46:01AM -0700, Olivier Mengué wrote: > > > > rakudo: say GLOBAL.WHAT > > rakudo e33d20: OUTPUT«Null PMC access in getprop()» > > Currently Rakudo defaults programs to being in the "Main" > namespace, per an earlier version of the spec. This should > be resolved a bit better when we switch the default namespace > to GLOBAL, per the current spec. > > Pm >
Both GLOBAL and PROCESS now work: > say GLOBAL.WHAT GLOBAL() > say PROCESS.WHAT PROCESS() Tagging testneeded. /jnthn