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


<DanielC> rakudo: my $a = (1,3,4); $a[1] = 8;  # BAH!
<p6eval> rakudo 10a9b2:  ( no output )
<masak> hm.
<DanielC> pmichaud: So, Rakudo should yell at me but doesn't.
<masak> might that be something worth reporting?
<pmichaud> masak: you can report it, yes, but it's a very well known
bug at the moment, at least to me.
* masak submits rakudobug
<masak> better to have duplicates in RT than bad coverage.
<DanielC> rakudo: my $b = 5;  my $a = (1, $b, 3);  $a[1] = 2;   say $b;   # 2 ?
<p6eval> rakudo 10a9b2: OUTPUT«5␤»
<pmichaud> I think rakudo may be wrong there also.
<masak> I'll include that one.
<pmichaud> (for the same reason -- it mistakenly promotes the List to
an Array, per the earlier spec)

Reply via email to