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


<masak> rakudo: $/ = "abc"; say $1
<p6eval> rakudo 55f51d: b␤
<masak> hihi.
* masak submits rakudobug
<pmichaud> rakudo:  my $a = 'abc';  say $a[1];
<p6eval> rakudo 55f51d: Method 'postcircumfix:[ ]' not found for
invocant of class 'Str' [...]
<pmichaud> heh
<pmichaud> interesting
<pmichaud> rakudo:  $/ = "abc"; say $/[1]
<p6eval> rakudo 55f51d: Method 'postcircumfix:[ ]' not found for
invocant of class 'Str' [...]
<pmichaud> oh, I get it.
<masak> pmichaud: it's PIR semantics leaking through in exactly that case.
<pmichaud> masak++
<pmichaud> masak: right.

Reply via email to