[perl #77748] [BUG] The type object of a typed array stringifies to just '()' in Rakudo

2011-10-08 Thread Will Coleda via RT
On Thu Sep 09 05:32:08 2010, masak wrote: > rakudo: my @a of Int = (1,2,3); say @a.WHAT > rakudo 859f2d: OUTPUT«()␤» > huh > * masak submits rakudobug Fixed. 16:52 < [Coke]> rakudo: my @a of Int = (1,2,3); say @a.WHAT 16:52 <+p6eval> rakudo 88c5a5: OUTPUT«Array()␤» Closable with tests. -- W

[perl #77748] [BUG] The type object of a typed array stringifies to just '()' in Rakudo

2010-09-09 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #77748] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=77748 > rakudo: my @a of Int = (1,2,3); say @a.WHAT rakudo 859f2d: OUTPUT«()␤» huh * masak su