# New Ticket Created by  "Carl Mäsak" 
# Please include the string:  [perl #93972]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=93972 >


<tadzik> rakudo: my $a = 1, 2, 3; $a = $a.grep({1}); say $a.perl
<p6eval> rakudo 72d158: OUTPUT«Cannot resume dead coroutine. [...]
* masak submits rakudobug
<masak> tadzik++
<masak> rakudo: my $a = $a.grep(True); say $a.perl
<p6eval> rakudo 72d158: OUTPUT«Cannot resume dead coroutine. [...]
<thou> weird that this hasn't shown up before  [20:54]
<masak> assignments with the same container in both the lhs and rhs
being problematic has shown up before.
<masak> but the case I'm thinking of was about hashes.
<masak> ah; that's http://rt.perl.org/rt3//Public/Bug/Display.html?id=77586

Reply via email to