[perl6/specs] 554cef: Some more CompUnitRepo documentation

2013-07-09 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 554cef11fed411262287d031989cc73efaf53ad8 https://github.com/perl6/specs/commit/554cef11fed411262287d031989cc73efaf53ad8 Author: Elizabeth Mattijsen Date: 2013-07-09 (Tue, 09 Jul 2013) Changed paths:

[perl #118827] [BUG] macros die on using sigilless paramers in Rakudo

2013-07-09 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #118827] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=118827 > masak: dies in the compiler: r: say "alive"; macro assign(\a) { sub ($b is rw)