Re: [perl #127789] [BUG] SumeEnum.enums.invert produces a hash where the values are string names, not enum values in Rakudo

2016-03-26 Thread Elizabeth Mattijsen
> On 26 Mar 2016, at 14:44, Carl Mäsak (via RT) > wrote: > > # New Ticket Created by "Carl Mäsak" > # Please include the string: [perl #127789] > # in the subject line of all future correspondence about this issue. > # https://rt.perl.org/Ticket/Display.html?id=127789 > > > > m: enum Sto

[perl #127789] [BUG] SumeEnum.enums.invert produces a hash where the values are string names, not enum values in Rakudo

2016-03-26 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #127789] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127789 > m: enum Stone «:None<.> :Vertical :Horizontal :Neutral»; my %h = Stone.enums.invert; say

Re: [perl #127777] LTA error message when using permutations with negative parameter (permutations -1)

2016-03-26 Thread Elizabeth Mattijsen
Fixed with 1d12563b6c2cb39 , tests needed > On 24 Mar 2016, at 21:40, Alex Jakimenko (via RT) > wrote: > > # New Ticket Created by Alex Jakimenko > # Please include the string: [perl #12] > # in the subject line of all future correspondence about this issue. > # https://rt.perl.org/Tick

Re: [perl #127779] Inconsistency with non-int $k in “combinations” (combinations 2, 0.5)

2016-03-26 Thread Elizabeth Mattijsen
Also fixed by f220a5edc0694751 , which makes combinations() coerce its arguments to Int Tests are still needed > On 24 Mar 2016, at 21:57, Alex Jakimenko (via RT) > wrote: > > # New Ticket Created by Alex Jakimenko > # Please include the string: [perl #127779] > # in the subject line of al

Re: [perl #127785] where constraint in blockless declaration causes spurious gobbling error

2016-03-26 Thread Elizabeth Mattijsen via RT
unit sub ??? I thought that unit was only supposed to be followed by a package like declaration?? > On 26 Mar 2016, at 02:10, Trey Harris (via RT) > wrote: > > # New Ticket Created by Trey Harris > # Please include the string: [perl #127785] > # in the subject line of all future correspon

Re: [perl #127785] where constraint in blockless declaration causes spurious gobbling error

2016-03-26 Thread Elizabeth Mattijsen
unit sub ??? I thought that unit was only supposed to be followed by a package like declaration?? > On 26 Mar 2016, at 02:10, Trey Harris (via RT) > wrote: > > # New Ticket Created by Trey Harris > # Please include the string: [perl #127785] > # in the subject line of all future correspon