JuliaLang/julia

Dates round/floor/ceil arguments switched

Open

#47,786 建立於 2022年12月2日

在 GitHub 查看
 (7 留言) (4 反應) (0 負責人)Julia (5,773 fork)batch import
datesgood first issuehelp wanted

倉庫指標

Star
 (48,709 star)
PR 合併指標
 (平均合併 20天 6小時) (30 天內合併 157 個 PR)

描述

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)

貢獻者指南