On Sun, 06 Aug 2017 11:24:13 -0700, elizabeth wrote:
> Added to my todo list
> 
> > On 6 Aug 2017, at 17:13, Joshua (via RT) <perl6-bugs-
> > follo...@perl.org> wrote:
> >
> > # New Ticket Created by  Joshua
> > # Please include the string:  [perl #131846]
> > # in the subject line of all future correspondence about this issue.
> > # <URL: 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: Cannot determine integer bounds
> >
> > Correct output should be all combinations of 2 or more, ie: ((1 2) (1
> > 3) (2 3) (1 2 3))
> >
> > Bisectable points to this commit as the culprit:
> > 502fc77a68924a68115e739ffae64fdd10f3fbe9

Fudged tests preemptively added to S02-types/whatever.t in roast commit 
4b2fef409.

Reply via email to