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)

贡献者指南