Re: Parrot_init shouldn't be described in doc/embed.pod
Pawel Murias wrote: Hi, Calling Parrot_init explicitly on a Parrot_Interp returned by Parrot_new is useless. Thanks, applied - r12200 leo
Re: [perl #38907] namespace-related bus error
Will Coleda (via RT) wrote: The following code makes parrot bus error: .sub foo .include 'interpinfo.pasm' $P1 = interpinfo .INTERPINFO_NAMESPACE_ROOT $P2 = $P1['_tcl'] $P2['a'] = 'whee' .end Program received signal EXC_BAD_ACCESS, Could not access memory. Fixed in 12201. Thanks