On Aug 29, 2013, at 11:31 PM, Carl Mäsak (via RT)
<[email protected]> wrote:
> # New Ticket Created by "Carl Mäsak"
> # Please include the string: [perl #119521]
> # in the subject line of all future correspondence about this issue.
> # <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=119521 >
>
>
> <diakopter> r: $OUTER::OUTER::OUTER::OUTER::OUTER::OUTER::True
> <camelia> rakudo e1f255: OUTPUT«Null PMC access in get_attr_str() [...]
> <diakopter> whee
> <diakopter> masak: NPMCA
> * masak submits rakudobug
> <masak> diakopter++
> <masak> r: say $OUTER::OUTER::OUTER::OUTER::OUTER::True
> <camelia> rakudo e1f255: OUTPUT«(Any)»
>
> So six OUTER:: thingies cause a Null PMC access, whereas five don't.
That's in the REPL, as a one liner, 4 OUTER's crash, 3 don't
$ perl6 -e '$OUTER::OUTER::OUTER::OUTER::True'
Null PMC access in get_attr_str()
in sub at src/gen/CORE.setting:8786
in method at_key at src/gen/CORE.setting:8839
in method postcircumfix:<{ }> at src/gen/CORE.setting:1861
in method postcircumfix:<{ }> at src/gen/CORE.setting:1849
in block at -e:1
$ perl6 -e '$OUTER::OUTER::OUTER::True'
$
Liz