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 in ceil(Any, 1.0) #33025

Closed
mschauer opened this issue Aug 22, 2019 · 2 comments
Closed

Stackoverflow in ceil(Any, 1.0) #33025

mschauer opened this issue Aug 22, 2019 · 2 comments

Comments

@mschauer
Copy link
Contributor

julia> ceil(Any, 1.0)
ERROR: StackOverflowError:
Stacktrace:
 [1] ceil(::Type{Any}, ::Float64) at ./missing.jl:116 (repeats 80000 times)
@fredrikekre
Copy link
Member

Fixed by #31602

@mschauer
Copy link
Contributor Author

Great!

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

No branches or pull requests

2 participants