[perl #131508] [BUG] `state` with % is Sethash in whenever block ends up with a type object on second iteration

2018-03-06 Thread Zoffix Znet via RT
On Sun, 04 Jun 2017 07:12:25 -0700, c...@zoffix.com wrote: > %goods here works as expected: > > m: my %goods is SetHash; react whenever Supply.interval(.3) > { $++ > 3 and done; dd %goods; %goods++; } > rakudo-moar 3755c0: OUTPUT: >

[perl #131508] [BUG] `state` with % is Sethash in whenever block ends up with a type object on second iteration

2018-03-06 Thread Zoffix Znet via RT
On Sun, 04 Jun 2017 07:12:25 -0700, c...@zoffix.com wrote: > %goods here works as expected: > > m: my %goods is SetHash; react whenever Supply.interval(.3) > { $++ > 3 and done; dd %goods; %goods++; } > rakudo-moar 3755c0: OUTPUT: >

[perl #131508] [BUG] `state` with % is Sethash in whenever block ends up with a type object on second iteration

2017-06-04 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #131508] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=131508 > %goods here works as expected: m: my %goods is SetHash; react whenever