[perl #107244] MAIN named parameter generates warnings.

2011-12-28 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #107244] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=107244 > $ more foo sub MAIN($a, :$b) {   say "$a, $b"; } $ perl6 foo -b=3 4 use of uniniti

[perl #107236] [BUG] .parse doesn't set $/ anymore in Rakudo

2011-12-28 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #107236] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=107236 > are grammars known broken in current nom? e.g. this works in rakudo-ng and not i

[perl #107232] [BUG] Internal error when assigning to a variable that shadows an attribute in Rakudo

2011-12-28 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #107232] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=107232 > nom: class A { has $x = 5; method foo { say $x } }; A.new.foo nom a9bead: OUTPU

[perl #107212] [BUG] -c flag missing in Rakudo

2011-12-28 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #107212] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=107212 > The "nom" branch of Rakudo doesn't have the -c flag, as the previous "b" branch d

[perl #107210] [BUG] Smartmatching the strings '+' and '-' against a number fails in Rakudo

2011-12-28 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #107210] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=107210 > nom: say "+" ~~ 9 nom 5f7f4d: OUTPUT«No applicable candidates found to dispatch

[perl #107204] [BUG] LTA error message when reading something in UTF-8 mode that isn't UTF-8

2011-12-28 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #107204] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=107204 > what to do if slurp gives "malformed utf8 string"? :) look twice at your file :