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

StackOverflow with == #29

Closed
omus opened this issue Aug 11, 2020 · 0 comments · Fixed by #30
Closed

StackOverflow with == #29

omus opened this issue Aug 11, 2020 · 0 comments · Fixed by #30

Comments

@omus
Copy link
Contributor

omus commented Aug 11, 2020

julia> using Infinity

julia> InfExtendedReal{Float64}(-∞) == InfExtendedReal{Float64}(Inf)
ERROR: StackOverflowError:
Stacktrace:
 [1] ==(::InfExtendedReal{Float64}, ::InfExtendedReal{Float64}) at /Users/omus/.julia/dev/Infinity/src/infextendedreal/comparison.jl:1
 [2] ==(::Infinite, ::Float64) at ./promotion.jl:348
 ... (the last 2 lines are repeated 14439 more times)
 [28881] ==(::InfExtendedReal{Float64}, ::InfExtendedReal{Float64}) at /Users/omus/.julia/dev/Infinity/src/infextendedreal/comparison.jl:1
omus added a commit to invenia/Intervals.jl that referenced this issue Aug 12, 2020
Version fixes cjdoris/Infinity.jl#29 which was
blocking this PR.
omus added a commit to invenia/Intervals.jl that referenced this issue Aug 12, 2020
Version fixes cjdoris/Infinity.jl#29 which was
blocking this PR.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant