Re: [perl #125627] "42 xx Inf" does not create an infinite list

2015-07-16 Thread Elizabeth Mattijsen
Fixed with c0f03bf9b606462de6aa , closable with tests. > On 16 Jul 2015, at 12:47, Alex Jakimenko (via RT) > wrote: > > # New Ticket Created by Alex Jakimenko > # Please include the string: [perl #125627] > # in the subject line of all future correspondence about this issue. > # https://rt.

[perl #125628] x and xx operators are too different

2015-07-16 Thread via RT
# New Ticket Created by Alex Jakimenko # Please include the string: [perl #125628] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=125628 > IRC log: http://irclog.perlgeek.de/perl6/2015-07-16#i_10907791 xx throws an error for

[perl #125627] "42 xx Inf" does not create an infinite list

2015-07-16 Thread via RT
# New Ticket Created by Alex Jakimenko # Please include the string: [perl #125627] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=125627 > Code: say 5 xx Inf; Result: This type cannot unbox to a native integer in block at

[perl #125626] [BUG] Words sub form can not handle a $limit parameter of * (Whatever) in Rakudo

2015-07-16 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #125626] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=125626 > Any reason why words("foo bar baz blat", *) shouldn't work like words("foo bar baz blat"

[perl #125625] LTA error message when doing "our $.a" says "(did you mean 'my a'?)"

2015-07-16 Thread via RT
# New Ticket Created by Alex Jakimenko # Please include the string: [perl #125625] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=125625 > Code: our $.a = 5; Error: Potential difficulties: Useless declaration of a has-sco