Re: [perl #131303] [BUG] [LTA] bag operation fails and leaks internal state

2017-05-13 Thread Elizabeth Mattijsen
The problem was actually in setting values in (Bag|Mix)Hash. The problem could be golfed to: my $b = BagHash.new; $b = 42; $b.total Fixed in https://github.com/rakudo/rakudo/commit/4c813666df . Tests needed > On 13 May 2017, at 12:27, Jan-Olof Hendig (via RT) > wrote: > > # New Ticket C

Re: [perl #131303] [BUG] [LTA] bag operation fails and leaks internal state

2017-05-13 Thread Elizabeth Mattijsen via RT
The problem was actually in setting values in (Bag|Mix)Hash. The problem could be golfed to: my $b = BagHash.new; $b = 42; $b.total Fixed in https://github.com/rakudo/rakudo/commit/4c813666df . Tests needed > On 13 May 2017, at 12:27, Jan-Olof Hendig (via RT) > wrote: > > # New Ticket C

Re: [perl #131303] [BUG] [LTA] bag operation fails and leaks internal state

2017-05-13 Thread Elizabeth Mattijsen via RT
Argh. This is waiting for the refactor of (-) . Looking at how quickly I can do this while at the PTS. > On 13 May 2017, at 12:27, Jan-Olof Hendig (via RT) > wrote: > > # New Ticket Created by Jan-Olof Hendig > # Please include the string: [perl #131303] > # in the subject line of all fut

Re: [perl #131303] [BUG] [LTA] bag operation fails and leaks internal state

2017-05-13 Thread Elizabeth Mattijsen
Argh. This is waiting for the refactor of (-) . Looking at how quickly I can do this while at the PTS. > On 13 May 2017, at 12:27, Jan-Olof Hendig (via RT) > wrote: > > # New Ticket Created by Jan-Olof Hendig > # Please include the string: [perl #131303] > # in the subject line of all fut

[perl #131303] [BUG] [LTA] bag operation fails and leaks internal state

2017-05-13 Thread via RT
# New Ticket Created by Jan-Olof Hendig # Please include the string: [perl #131303] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=131303 > # the system dogbert@dogbert-VirtualBox ~/repos/rakudo $ ./perl6 -v This is Rakudo ver