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

Did something change with ceil on Julia 0.3.6? #10363

Closed
IainNZ opened this issue Mar 1, 2015 · 4 comments
Closed

Did something change with ceil on Julia 0.3.6? #10363

IainNZ opened this issue Mar 1, 2015 · 4 comments

Comments

@IainNZ
Copy link
Member

IainNZ commented Mar 1, 2015

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:

Any reason to be worried?

@jiahao
Copy link
Member

jiahao commented Mar 1, 2015

Looks like ceil(Int, 3.8) works on release-0.3 but not 0.3.6 doesn't work on 0.3 (forgot I had Compat.jl precompiled).

iceil is deprecated in 0.4 but I don't think that method signature was ever defined in base.

@tknopp
Copy link
Contributor

tknopp commented Mar 1, 2015

julia> iceil(3.8)
4

(julia 3.4). I wonder why iceil and more importantly ifloor should be deprecated. Do they hurt?

@simonster
Copy link
Member

ceil(Int, x) was added and iceil(x) was deprecated in #9133. ceil(Int, x) for Julia 0.3 is implemented in Compat. (It doesn't work for me on either 0.3.6 or release-0.3 without Compat loaded.)

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.

simonster added a commit to JuliaCollections/SortingAlgorithms.jl that referenced this issue Mar 1, 2015
@IainNZ
Copy link
Member Author

IainNZ commented Mar 1, 2015

Sounds good, thats what I thought it might be but wanted to be sure

@IainNZ IainNZ closed this as completed Mar 1, 2015
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

4 participants