-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Did something change with ceil
on Julia 0.3.6?
#10363
Comments
Looks like
|
(julia 3.4). I wonder why |
As far as I can tell, nothing changed in Julia 0.3.6. Rather, there was a new release of SortingAlgorithms that looks like it needs to use Compat, and the FunctionalData issue should be resolved by JuliaLang/Compat.jl#45. |
Sounds good, thats what I thought it might be but wanted to be sure |
PackageEvaluator has been dead for a while, so I'm not sure if this is a false alarm. I've noticed a couple of packages failing due to things related to
ceil
:ERROR:
ceilhas no method matching ceil(::Type{Integer}, ::Float64)
(http://pkg.julialang.org/?pkg=SortingAlgorithms&ver=release)has no method matching iceil(::Type{Integer}, ::Array{Float64,2})
(http://pkg.julialang.org/?pkg=FunctionalData&ver=release)Any reason to be worried?
The text was updated successfully, but these errors were encountered: