[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: > «SetHash.new()␤SetHash.new("foo")␤SetHash.new("foo")␤SetHash.ne

[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: > «SetHash.new()␤SetHash.new("foo")␤SetHash.new("foo")␤SetHash.ne

[perl #128895] [BUG] $*ARGFILES.words does not fallback to $*IN

2018-03-06 Thread Jan-Olof Hendig via RT
On Thu, 11 Aug 2016 00:41:39 -0700, elizabeth wrote: > FWIW, this was fixed with the work on IO::CatHandle/CatPath > (630a9b20f9e829bf1535 and later). Unfortunately, we had to revert > this until 6.d will come around. > > > On 11 Aug 2016, at 01:42, Wenzel Peppmeyer (via RT) > follo...@perl.org>