[perl #71492] $b.subst = null pmc access

2009-12-21 Thread Philipp Marek
# New Ticket Created by Philipp Marek # Please include the string: [perl #71492] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=71492 rakudo: my $a=:; my $b=aa:a:ag.:f; $b.subst( /$a/, -); say $b; rakudo 8dc189: Null

[perl #71354] Types not correctly used?

2009-12-16 Thread Philipp Marek
# New Ticket Created by Philipp Marek # Please include the string: [perl #71354] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=71354 I've got a small testcase attached, with the working way commented. It seems

[perl #71288] is export gives Null PMC access

2009-12-15 Thread Philipp Marek
# New Ticket Created by Philipp Marek # Please include the string: [perl #71288] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=71288 Using the two attached files, and doing perl6 -e 'use W' gives me a Null PMC

[perl #71196] enum ... is export

2009-12-11 Thread Philipp Marek
# New Ticket Created by Philipp Marek # Please include the string: [perl #71196] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=71196 enum's should be exportable, so that they can be used by multiple modules

Feature request for Rakudo *

2009-08-19 Thread Philipp Marek
Hello everybody, I'm about to rewrite major parts of one of my projects (currently written in C); because of that rewrite I'm thinking about using perl6 for the most parts, and write only the most performance sensitive parts in C. I was just on #perl6, and got the tip to write a feature request