[perl #120739] @a[*]:kv / %a{*}:kv -> $k, $v dies

2013-12-09 Thread via RT
# New Ticket Created by Elizabeth Mattijsen # Please include the string: [perl #120739] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=120739 > [23:18:52] r: my %a; for %a{*}:kv -> $k, $v { } [23:18:55] <+camelia>rak

[perl #120735] "say :$variable" does not print Pair object

2013-12-09 Thread via RT
# New Ticket Created by Paweł Pabian # Please include the string: [perl #120735] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=120735 > r: my $foo = 13; say :$foo rakudo-parrot 0bf3de, rakudo-jvm 0bf3de: OUTPUT«␤» r: m