[perl #118501] say EXPORT::ALL causes Null PMC access

2014-11-18 Thread Christian Bartolomaeus via RT
As a status update: There is still a Null PMC access with Parrot and the errors with Moar and JVM don't look that good as well: $ perl6-p -e 'sub a is export { "a" }; say EXPORT::ALL' ===SORRY!=== Error while compiling op callstatic (source text: "say EXPORT::ALL"): Null PMC access in find_metho

[perl #118501] say EXPORT::ALL causes Null PMC access

2013-06-16 Thread via RT
# New Ticket Created by Dagur # Please include the string: [perl #118501] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=118501 > $ perl6 > sub a is export { 'a' } sub a() { ... } > say EXPORT::ALL Error while compilin