[perl #77598] [BUG] Null PMC access when array-indexing a hash with a negative index in Rakudo

2011-10-09 Thread Will Coleda via RT
On Tue Aug 31 17:37:49 2010, masak wrote: > rakudo: {}[-1] > rakudo f8e959: OUTPUT�Null PMC access in get_string() [...] > * masak submits rakudobug Fixed. 12:18 < [Coke]> rakudo: {}[-1] 12:18 <+p6eval> rakudo f6eb61: ( no output ) 12:19 < [Coke]> rakudo: {}[-1].WHAT.say 12:19 <+p6eval> rakudo

[perl #77598] [BUG] Null PMC access when array-indexing a hash with a negative index in Rakudo

2010-08-31 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #77598] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=77598 > rakudo: {}[-1] rakudo f8e959: OUTPUT«Null PMC access in get_string() [...] * masak sub