[perl #106932] Junctions in subsignatures can cause infinite recursion

2015-07-09 Thread Will Coleda via RT
On Fri Dec 23 21:12:40 2011, sorear wrote: > 21:09 < sorear> rakudo: sub foo(Mu $x [ $y ]) { }; foo([ any(1,2,3) ]) > 21:09 <+p6eval> rakudo eb6c4b: OUTPUT«(timeout)maximum recursion depth > exceeded␤» > > There's no direct junction, so AUTOTHREAD makes no progress when called. E

[perl #106932] Junctions in subsignatures can cause infinite recursion

2014-02-24 Thread Will Coleda via RT
Verified behavior, unchanged in e8cea1. -- Will "Coke" Coleda

[perl #106932] Junctions in subsignatures can cause infinite recursion

2011-12-24 Thread via RT
# New Ticket Created by Stefan O'Rear # Please include the string: [perl #106932] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=106932 > 21:09 < sorear> rakudo: sub foo(Mu $x [ $y ]) { }; foo([ any(1,2,3) ]) 21:09 <+p