Not sure if this info is relevant now, but the hang was introduced in
(2016-02-18)
https://github.com/rakudo/rakudo/commit/9983c2c8434ed81c532a5706996f284283b48d0a
On 2017-08-05 06:33:14, c...@zoffix.com wrote:
> Since Seq is not a Positional type, *binding* it to a `@` variable is
> typecheck err
Added to my todo list
> On 6 Aug 2017, at 17:13, Joshua (via RT) wrote:
>
> # New Ticket Created by Joshua
> # Please include the string: [perl #131846]
> # in the subject line of all future correspondence about this issue.
> # https://rt.perl.org/Ticket/Display.html?id=131846 >
>
>
> Prev
Added to my todo list
> On 6 Aug 2017, at 17:13, Joshua (via RT) wrote:
>
> # New Ticket Created by Joshua
> # Please include the string: [perl #131846]
> # in the subject line of all future correspondence about this issue.
> # https://rt.perl.org/Ticket/Display.html?id=131846 >
>
>
> Prev
# New Ticket Created by Joshua
# Please include the string: [perl #131847]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131847 >
An array of tokens used to be able to match like this:
my token foo { 'foo' };
my token bar {
# New Ticket Created by Joshua
# Please include the string: [perl #131846]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131846 >
Previously this used to work
(1,2,3).combinations(2..*)
but now it fails with the error: Cann