[perl #117163] [BUG] Infinite regress when 'also is' on own class in Rakudo

2014-01-14 Thread Will Coleda via RT
On Sun Jun 09 08:39:19 2013, jn...@jnthn.net wrote: > On Thu Mar 14 13:31:32 2013, masak wrote: > > r: class F { also is F; } > > rakudo 1c9939: OUTPUT�maximum recursion depth exceeded > > * masak submits rakudobug for 'also is' > > Now: > > $ perl6 -e "class F { also is F; }" > ===SORRY!=== >

[perl #117163] [BUG] Infinite regress when 'also is' on own class in Rakudo

2013-03-14 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #117163] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=117163 > r: class F { also is F; } rakudo 1c9939: OUTPUT«maximum recursion depth exceede