# New Ticket Created by Bartłomiej Palmowski # Please include the string: [perl #120662] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=120662 >
Hi, $ perl6 --version This is perl6 version 2013.11 built on parrot 5.9.0 revision 0 I've noticed that in some cases it is possible to cause an endless loop with hyper operators and an empty parcel (if the empty parcel is allowed to be extended) e.g.: True »+» () () «-» ("a",) and so on ...