Who uses Dates.adjust?

Dates.adjust is exported but has no docstring and no manual entry. I’m wondering if we can remove the export before it gets locked in with a docstring in 1.11.

Who uses Dates.adjust?

2 Likes

Why unexport? I couldn’t comment on this issue there or the PR for some reason (but could for everything else). [QuantLib.jl uses it, unqualified, and more using as Dates. .adjust as already answered there.]

Why not simply document it? Shouldn’t that be the policy of (used) exported functions? They may not be declared API, since not documented, but were exported for some reason, so shouldn’t that be the default assumption in all cases that they should be and docs needed? Is this one special?