[perl #116373] [BUG] Error when using (supposedly) built-in subrule in grammar

2013-01-13 Thread Gerhard R.
# New Ticket Created by "Gerhard R." # Please include the string: [perl #116373] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=116373 > Example code: $ perl6 --version This is perl6 version 2012.12-87-gc3f565

ezmlm warning

2013-01-13 Thread perl6-compiler-help
Hi! This is the ezmlm program. I'm managing the perl6-compi...@perl.org mailing list. I'm working for my owner, who can be reached at perl6-compiler-ow...@perl.org. Messages to you from the perl6-compiler mailing list seem to have been bouncing. I've attached a copy of the first bounce message I

[perl #116370] [BUG] a macro with $_ as an argument doesn't work in a statement_mod 'for' loop in Rakudo

2013-01-13 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #116370] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=116370 > rn: macro postfix:($n) { quasi { {{{$n}}}+1 } } ; say $_! for 3..5; ..rakudo c3