[perl #89704] [BUG] Cannot assign to $*PROGRAM_NAME in Rakudo

2011-05-02 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #89704] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=89704 > how does one change the current process name in Perl 6? Is that in the spec somewhere,

[perl #89706] [BUG] Null PMC access when assigning to something in $PROCESS:: in Rakudo

2011-05-02 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #89706] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=89706 > rakudo: $PROCESS::PROGRAM_NAME = 3; say $*PROGRAM_NAME rakudo 632f81: OUTPUT«Null PMC

[perl #89708] [BUG] Subset type with many-jointed type name won't match in Rakudo

2011-05-02 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #89708] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=89708 > rakudo: subset Pod6::Text of Str; say 'markdown' ~~ Pod6::Text rakudo 632f81: OUTPUT«B