[perl #123477] Supply.done doesn't seem to terminate anything

2015-11-26 Thread jn...@jnthn.net via RT
On Mon Dec 22 06:37:08 2014, moritz wrote: > moritz> m: my $s = Supply.new; $s.tap(&say); $s.done; $s.emit('still here') > camelia> rakudo-moar 284c09: OUTPUT«still here␤» > > This is likely a bug; .done should either shut down the supply (and so > forbid future .emit calls), or at least throw ou

[perl #123477] Supply.done doesn't seem to terminate anything

2014-12-22 Thread via RT
# New Ticket Created by Moritz Lenz # Please include the string: [perl #123477] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=123477 > moritz> m: my $s = Supply.new; $s.tap(&say); $s.done; $s.emit('still here') camelia> rakud