[perl #132117] [LTA] Error on `eqv` with lazy Lists

2017-09-19 Thread Zoffix Znet via RT
On Mon, 18 Sep 2017 09:22:44 -0700, c...@zoffix.com wrote: > Another commit shipped out for this ticket: > https://github.com/rakudo/rakudo/commit/48a84d6aff Made it throw typed exceptions in https://github.com/rakudo/rakudo/commit/bb45791c5d Tests for the whole thing in https://github.com/perl6

[perl #132117] [LTA] Error on `eqv` with lazy Lists

2017-09-19 Thread Zoffix Znet via RT
On Mon, 18 Sep 2017 09:22:44 -0700, c...@zoffix.com wrote: > Another commit shipped out for this ticket: > https://github.com/rakudo/rakudo/commit/48a84d6aff Made it throw typed exceptions in https://github.com/rakudo/rakudo/commit/bb45791c5d Tests for the whole thing in https://github.com/perl6

[perl #132117] [LTA] Error on `eqv` with lazy Lists

2017-09-18 Thread Zoffix Znet via RT
On Mon, 18 Sep 2017 07:44:16 -0700, elizabeth wrote: > Fixed with 66c2d05f29 , tests need attention in S03-operators/eqv.t > > > On 18 Sep 2017, at 14:51, Zoffix Znet (via RT) > follo...@perl.org> wrote: > > > > # New Ticket Created by Zoffix Znet > > # Please include the string: [perl #132117]

[perl #132117] [LTA] Error on `eqv` with lazy Lists

2017-09-18 Thread Zoffix Znet via RT
On Mon, 18 Sep 2017 07:44:16 -0700, elizabeth wrote: > Fixed with 66c2d05f29 , tests need attention in S03-operators/eqv.t > > > On 18 Sep 2017, at 14:51, Zoffix Znet (via RT) > follo...@perl.org> wrote: > > > > # New Ticket Created by Zoffix Znet > > # Please include the string: [perl #132117]

Re: [perl #132117] [LTA] Error on `eqv` with lazy Lists

2017-09-18 Thread Elizabeth Mattijsen via RT
Fixed with 66c2d05f29 , tests need attention in S03-operators/eqv.t > On 18 Sep 2017, at 14:51, Zoffix Znet (via RT) > wrote: > > # New Ticket Created by Zoffix Znet > # Please include the string: [perl #132117] > # in the subject line of all future correspondence about this issue. > # http

Re: [perl #132117] [LTA] Error on `eqv` with lazy Lists

2017-09-18 Thread Elizabeth Mattijsen
Fixed with 66c2d05f29 , tests need attention in S03-operators/eqv.t > On 18 Sep 2017, at 14:51, Zoffix Znet (via RT) > wrote: > > # New Ticket Created by Zoffix Znet > # Please include the string: [perl #132117] > # in the subject line of all future correspondence about this issue. > # http

[perl #132117] [LTA] Error on `eqv` with lazy Lists

2017-09-18 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #132117] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=132117 > If you `eqv` two lazy Seqs, you get a useful error: m: say (lazy 1,) eqv (lazy 1,)