# New Ticket Created by  Zoffix Znet 
# Please include the string:  [perl #128755]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=128755 >


Binding to a list no longer blows up, although if you `dd $list[1] := 4` it'll 
tell you it's a failure:

m: my $list = (1,2,3); $list[1] := 4; dd $list
rakudo-moar 4c848b: OUTPUT«List $list = $(1, 2, 3)␤»


It blows up fine on my older Rakudo build and bisectable is pointing to this 
commit as the one that introduced the change: 
https://github.com/rakudo/rakudo/commit/959cd3b


-- 
Cheers,
ZZ | https://twitter.com/zoffix

Reply via email to