-
-
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
define ifloor and iceil library functions #234
Comments
ghost
assigned StefanKarpinski
Oct 18, 2011
StefanKarpinski
pushed a commit
that referenced
this issue
Feb 8, 2018
Check argument count before accessing expression arguments
cmcaine
pushed a commit
to cmcaine/julia
that referenced
this issue
Sep 24, 2020
LilithHafner
pushed a commit
to LilithHafner/julia
that referenced
this issue
Oct 11, 2021
5 tasks
Keno
pushed a commit
that referenced
this issue
Oct 9, 2023
* fix ccall with e.g. integer static parameters
IanButterworth
pushed a commit
that referenced
this issue
Jan 13, 2024
Stdlib: Downloads URL: https://github.com/JuliaLang/Downloads.jl.git Stdlib branch: master Julia branch: master Old commit: 8a614d5 New commit: a9d274f Julia version: 1.11.0-DEV Downloads version: 1.6.0(It's okay that it doesn't match) Bump invoked by: @IanButterworth Powered by: [BumpStdlibs.jl](https://github.com/JuliaLang/BumpStdlibs.jl) Diff: JuliaLang/Downloads.jl@8a614d5...a9d274f ``` $ git log --oneline 8a614d5..a9d274f a9d274f Close Multi timers atexit. Add 1.6 CI (#234) ``` Co-authored-by: Dilum Aluthge <[email protected]>
KristofferC
pushed a commit
that referenced
this issue
Jan 16, 2024
…ead289a (#52886) Stdlib: Downloads URL: https://github.com/JuliaLang/Downloads.jl.git Stdlib branch: release-1.10 Julia branch: backports-release-1.10 Old commit: f97c72f New commit: ead289a Julia version: 1.10.0 Downloads version: 1.6.0(It's okay that it doesn't match) Bump invoked by: @IanButterworth Powered by: [BumpStdlibs.jl](https://github.com/JuliaLang/BumpStdlibs.jl) Diff: JuliaLang/Downloads.jl@f97c72f...ead289a ``` $ git log --oneline f97c72f..ead289a ead289a Close Multi timers atexit. Add 1.6 CI (#234) 8a614d5 Skip flakey "concurrent requests" tests on windows (#228) 246504e add a small precompile workload (#226) 3ed0f08 Document how to bypass the 20-second timeout (#222) ``` Co-authored-by: Dilum Aluthge <[email protected]>
Drvi
pushed a commit
to RelationalAI/julia
that referenced
this issue
Jun 7, 2024
…ead289a (JuliaLang#52886) Stdlib: Downloads URL: https://github.com/JuliaLang/Downloads.jl.git Stdlib branch: release-1.10 Julia branch: backports-release-1.10 Old commit: f97c72f New commit: ead289a Julia version: 1.10.0 Downloads version: 1.6.0(It's okay that it doesn't match) Bump invoked by: @IanButterworth Powered by: [BumpStdlibs.jl](https://github.com/JuliaLang/BumpStdlibs.jl) Diff: JuliaLang/Downloads.jl@f97c72f...ead289a ``` $ git log --oneline f97c72f..ead289a ead289a Close Multi timers atexit. Add 1.6 CI (JuliaLang#234) 8a614d5 Skip flakey "concurrent requests" tests on windows (JuliaLang#228) 246504e add a small precompile workload (JuliaLang#226) 3ed0f08 Document how to bypass the 20-second timeout (JuliaLang#222) ``` Co-authored-by: Dilum Aluthge <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
All the conversion to integer functions should have i-prefixed versions that yield integer-typed answers.
The text was updated successfully, but these errors were encountered: