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

2014-09-25 Thread Christian Bartolomaeus via RT
I added a test to S03-operators/subscript-adverbs.t with the following commit: https://github.com/perl6/roast/commit/7f16f13f8c9610d57a6efb3eca0e846edbb6ed07

[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. # URL: https://rt.perl.org/Ticket/Display.html?id=120739 [23:18:52] lizmat r: my %a; for %a{*}:kv - $k, $v { } [23:18:55]