-
Notifications
You must be signed in to change notification settings - Fork 1
Merged output of Proc::Async does not work (whenever $proc { … }) #6397
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
From @AlexDanielCode: sub get-output() { loop { get-output } The result depends on your luck. Sometimes it gets stuck on the second execution, sometimes it manages to do it over 20 times and then gets stuck. According to this it is supposed to work: https://irclog.perlgeek.de/perl6-dev/2017-07-12#i_14862898 I don't know if there's any trap I'm getting into, or if it's just a bug. Anyway, I hope a ticket won't hurt. |
From @AlexDanielAlright! This was fixed. Bisectable points at the merge of “better-sched” branch, which happen right after 2017.09 release. See rakudo/rakudo@61a77e6 Zoffix++ found some tests: Raku/roast@ae3eea8 However, these tests are not enough to resolve this ticket. We'd need a stress test that does it in a loop several times, just like it is described in the OP. In any case, this is no longer ANNOYING and is simply TESTNEEDED. On 2017-07-17 21:34:25, alex.jakimenko@gmail.com wrote:
|
From @zoffixznetStresstests in Raku/roast@e821843 |
@zoffixznet - Status changed from 'new' to 'resolved' |
Migrated from rt.perl.org#131763 (status was 'resolved')
Searchable as RT131763$
The text was updated successfully, but these errors were encountered: