JuliaLang/julia

Dates round/floor/ceil arguments switched

Aperta

#47.786 aperta il 2 dic 2022

 (7 commenti) (4 reazioni) (0 assegnatari)Julia (5773 fork)batch import
datesgood first issuehelp wanted

Metriche repository

Star
 (48.709 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

round(T, x) is the normal API, but in Dates.jl the arguments are reversed.

julia> ceil(today(), Week)
2022-12-05

julia> ceil(Week, today())
ERROR: MethodError: no method matching ceil(::Type{Week}, ::Date)

Guida contributor