[perl #122802] non-invokable object is non-invokable

2015-08-26 Thread Will Coleda via RT
On Thu Sep 18 09:01:12 2014, pawel.pab...@implix.com wrote: From following code: $ perl6 -e 'my $job1 = start { say job 1}; my $job2 = start { say job 2}; await Promise.allof($job1, $job2)' I get randomly one of following errors: ===SORRY!=== non-invokable object is non-invokable

[perl #122802] non-invokable object is non-invokable

2014-09-18 Thread via RT
# New Ticket Created by Paweł Pabian # Please include the string: [perl #122802] # in the subject line of all future correspondence about this issue. # URL: https://rt.perl.org/Ticket/Display.html?id=122802 From following code: $ perl6 -e 'my $job1 = start { say job 1}; my $job2 = start {