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

Remove + and - methods for Interval #3282

Closed
schillic opened this issue Apr 8, 2023 · 0 comments · Fixed by #3614
Closed

Remove + and - methods for Interval #3282

schillic opened this issue Apr 8, 2023 · 0 comments · Fixed by #3614
Assignees
Labels
breaking ❌ This change may break things discussion 🗣️ Requires human input

Comments

@schillic
Copy link
Member

schillic commented Apr 8, 2023

Currently X + Y is lazy except if X and Y are Intervals. I think this is inconsistent (and also potentially type unstable).
(There are other set types where Minkowski sum is efficient, so Interval should not be special.)

The same is true for -.

@schillic schillic added discussion 🗣️ Requires human input breaking ❌ This change may break things labels Apr 8, 2023
@schillic schillic changed the title Remove + method for Interval Remove + and - methods for Interval Apr 8, 2023
@schillic schillic self-assigned this Jul 25, 2024
schillic added a commit that referenced this issue Sep 25, 2024
#3282 - Remove + and - methods for Interval
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking ❌ This change may break things discussion 🗣️ Requires human input
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant