-
Notifications
You must be signed in to change notification settings - Fork 71
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
Don't export ∞ #270
Comments
Thanks for the report. That's a good point. Isn't there also a clash of |
I use IntervalSets.jl, so yes that would also be good to coordinate. I don't know a good solution other than type piracy, which maybe is OK. |
I think a solution to this is to make a submodule Any thoughts @lbenet ? |
I think that A true solution to that would be to have a common
|
I think we can simply have However, we should have |
IntervalSets.jl README is actually suggesting that |
Related proposal JuliaLang/julia#45475 |
InfiniteArrays.jl has
∞
as a special type, which conflicts with the exporting of∞
from this package. I think the best solution is to not export∞
from here, as there already existsInf
and the definition is not directly related to interval arithmetic.The text was updated successfully, but these errors were encountered: