JuliaLang/julia

Dates round/floor/ceil arguments switched

オープン

#47,786 opened on 2022/12/02

 (7 件のコメント) (4 件のリアクション) (0 人の担当者)Julia (5,773 件のフォーク)batch import
datesgood first issuehelp wanted

Repository metrics

Stars
 (48,709 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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)

コントリビューターガイド