# New Ticket Created by  "Carl Mäsak" 
# Please include the string:  [perl #71270]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=71270 >


This be Rakudo 7ef386.

I forgot to return a Str value from my .Str method. This is what I got:

$ perl6 -e 'class A { method Str() { for ^1 {} } }; say ~A.new'
get_string() not implemented in class 'ArrayIterator'
[...]

Would it be possible to not throw an error when this happens?

Reply via email to