Re: [perl #130904] X::Binding::TypeCheck with split and alternates

2017-03-03 Thread Elizabeth Mattijsen
Fixed completely with da99402e6cca51fea1 , seems samcv++ already made tests. So can be closed. > On 3 Mar 2017, at 07:39, Samantha McVey (via RT) > wrote: > > # New Ticket Created by Samantha McVey > # Please include the string: [perl #130904] > # in the subject line of all future correspo

[perl #130905] [BUG] cannot create a enum with a sub as it's value

2017-03-03 Thread via RT
# New Ticket Created by fernandocor...@gmail.com # Please include the string: [perl #130905] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=130905 > enum Bla (a => sub {}) Throws an error as you can see here: https://irclog

[perl #130906] [REGRESSION] Reducing a Seq with `=>` fails with "P6opaque: no such attribute '$!reified' in type List"

2017-03-03 Thread via RT
# New Ticket Created by Sam S. # Please include the string: [perl #130906] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=130906 > ➜ say [=>] (1, 2).Seq; P6opaque: no such attribute '$!reified' in type List when tryin

Re: [perl #130906] [REGRESSION] Reducing a Seq with `=>` fails with "P6opaque: no such attribute '$!reified' in type List"

2017-03-03 Thread Elizabeth Mattijsen
Ok, definitely a case of Tests Needed :-) I will be on it later today > On 3 Mar 2017, at 14:33, Sam S. (via RT) wrote: > > # New Ticket Created by Sam S. > # Please include the string: [perl #130906] > # in the subject line of all future correspondence about this issue. > # https://rt.per

Re: [perl #130906] [REGRESSION] Reducing a Seq with `=>` fails with "P6opaque: no such attribute '$!reified' in type List"

2017-03-03 Thread Elizabeth Mattijsen
Fixed with https://github.com/rakudo/rakudo/commit/8eebf0f28f , tests needed. > On 3 Mar 2017, at 14:33, Sam S. (via RT) wrote: > > # New Ticket Created by Sam S. > # Please include the string: [perl #130906] > # in the subject line of all future correspondence about this issue. > # https://

[perl #130910] [WEIRD] Sometimes parameterized regexes print nonsense about the number of arguments (//)

2017-03-03 Thread via RT
# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev # Please include the string: [perl #130910] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=130910 > Here are 3 examples that work as expected: Code: my regex meh($t) {