[perl #129763] [LTA] error when attempting to modify return value within phaser

2016-12-14 Thread Zoffix Znet via RT
On Thu, 29 Sep 2016 11:01:49 -0700, ajs wrote: > Via IRC: > > [13:51] a very slightly LTA error: > [13:51] m: sub test { return (state $x = 0 )++; POST { $_++ } > }; say test > [13:51] <+camelia> rakudo-moar 58cf9d: OUTPUT«Cannot resolve caller > postfix:<++>(Int); none of these signatures match

[perl #129763] LTA error when attempting to modify return value within phaser

2016-09-29 Thread via RT
# New Ticket Created by Aaron Sherman # Please include the string: [perl #129763] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=129763 > Via IRC: [13:51] a very slightly LTA error: [13:51] m: sub test { return (state $x =