Re: [perl #127101] Promise.allof() with empty argument is never kept

2015-12-31 Thread Elizabeth Mattijsen
> On 31 Dec 2015, at 07:29, Sam S. (via RT) > wrote: > > # New Ticket Created by Sam S. > # Please include the string: [perl #127101] > # in the subject line of all future correspondence about this issue. > # https://rt.perl.org/Ticket/Display.html?id=127101 > > > > This hangs indefinitely

[perl #127101] Promise.allof() with empty argument is never kept

2015-12-30 Thread via RT
# New Ticket Created by Sam S. # Please include the string: [perl #127101] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127101 > This hangs indefinitely: my @promises; await Promise.allof(@promises); Expected behav