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


<diakopter> rakudo: say 6 >== 2
<p6eval> rakudo c3aaa2: OUTPUT«Cannot assign to readonly value␤current
instr.: '&infix:<=>' [...]
<diakopter> weird..  it's using *any* operator as an assignment
operator, not just infix
<diakopter> I mean, not just non-boolean-returning :)
<diakopter> alpha: say $_ >== 2
<p6eval> alpha 30e0ed: OUTPUT«No applicable candidates found to
dispatch to for 'prefix:=' [...]
<diakopter> std: say $_ >== 2
<p6eval> std 29742: OUTPUT«===SORRY!===␤Can't make
assignment out of >= because chaining operators are diffy [...] FAILED
00:01 106m␤»
<diakopter> ah, a non-LTA error
* masak submits rakudobug

Reply via email to