[perl #132016] Supply.merge and signals ( signal(SIGTERM).merge(signal(SIGINT)) )

2017-09-04 Thread jn...@jnthn.net via RT
On Fri, 01 Sep 2017 20:15:07 -0700, alex.jakime...@gmail.com wrote: > Command: > # run it and then send SIGINT (e.g. with Ctrl+C) > perl6 -e 'react whenever signal(SIGINT).merge(signal(SIGTERM)) { say > ‘hey!’; exit 0 }' > > Result: > hey! > > > Command: > # run it and then send SIGINT (e.g. wit

[perl #132016] Supply.merge and signals ( signal(SIGTERM).merge(signal(SIGINT)) )

2017-09-04 Thread jn...@jnthn.net via RT
On Fri, 01 Sep 2017 20:15:07 -0700, alex.jakime...@gmail.com wrote: > Command: > # run it and then send SIGINT (e.g. with Ctrl+C) > perl6 -e 'react whenever signal(SIGINT).merge(signal(SIGTERM)) { say > ‘hey!’; exit 0 }' > > Result: > hey! > > > Command: > # run it and then send SIGINT (e.g. wit

[perl #132016] Supply.merge and signals ( signal(SIGTERM).merge(signal(SIGINT)) )

2017-09-02 Thread Aleks-Daniel Jakimenko-Aleksejev via RT
Revert this commit when the ticket is resolved: https://github.com/perl6/doc/commit/70084290cf881af88546d507fc2ba4448bfa7aaf (possibly with a note that it only works since rakudo 20XX.XX) On 2017-09-01 20:15:07, alex.jakime...@gmail.com wrote: > Command: > # run it and then send SIGINT (e.g. with

[perl #132016] Supply.merge and signals ( signal(SIGTERM).merge(signal(SIGINT)) )

2017-09-01 Thread via RT
# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev # Please include the string: [perl #132016] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=132016 > Command: # run it and then send SIGINT (e.g. with Ctrl+C) perl6 -e 'r