Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not accepting Inf/Whatever as upper bound #6428

Closed
p6rt opened this issue Aug 6, 2017 · 6 comments
Closed

not accepting Inf/Whatever as upper bound #6428

p6rt opened this issue Aug 6, 2017 · 6 comments
Labels
Bug regression Issue did not exist previously

Comments

@p6rt
Copy link

p6rt commented Aug 6, 2017

Migrated from rt.perl.org#131846 (status was 'resolved')

Searchable as RT131846$

@p6rt
Copy link
Author

p6rt commented Aug 6, 2017

From joshuamy@gmail.com

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

@p6rt
Copy link
Author

p6rt commented Aug 6, 2017

From @lizmat

Added to my todo list

On 6 Aug 2017, at 17​:13, Joshua (via RT) <perl6-bugs-followup@​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-archive.perl.org/perl6/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

@p6rt
Copy link
Author

p6rt commented Aug 6, 2017

The RT System itself - Status changed from 'new' to 'open'

@p6rt
Copy link
Author

p6rt commented Sep 15, 2017

From @skids

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-
followup@​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-archive.perl.org/perl6/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.

@p6rt
Copy link
Author

p6rt commented Oct 30, 2017

From @lizmat

Fixed with bdc73563f484325cc544 , tests were already added, can be closed.

On 6 Aug 2017, at 17​:13, Joshua (via RT) <perl6-bugs-followup@​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-archive.perl.org/perl6/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

@p6rt
Copy link
Author

p6rt commented Oct 31, 2017

@AlexDaniel - Status changed from 'open' to 'resolved'

@p6rt p6rt closed this as completed Oct 31, 2017
@p6rt p6rt added Bug regression Issue did not exist previously labels Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug regression Issue did not exist previously
Projects
None yet
Development

No branches or pull requests

1 participant