[perl #77520] [BUG] Internal Parrot error when introspecting the signature of an &assuming'd code block in Rakudo

2012-01-10 Thread Will Coleda via RT
On Mon Aug 30 08:22:27 2010, masak wrote: > rakudo: say { $^x }.assuming(1).signature > rakudo 6ccdcd: OUTPUT«get_attr_str() not implemented in class > 'Sub' [...] > rakudo: say { $^x }.assuming(1).signature.perl > rakudo 6ccdcd: OUTPUT«get_attr_str() not implemented in class > 'Sub' [...] > *

[perl #77520] [BUG] Internal Parrot error when introspecting the signature of an &assuming'd code block in Rakudo

2010-08-30 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #77520] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=77520 > rakudo: say { $^x }.assuming(1).signature rakudo 6ccdcd: OUTPUT«get_attr_str() not imp