Mark public API with public
keyword
#228
Labels
documentation
Improvements or additions to documentation
refactor
Change internals
triage
Needs group consensus
Milestone
Now that API stabilization is coming closer and closer and users are starting to run with some problems on what should be used or not, we should start marking public API with the new
public
keyword which landed in Julia 1.11.https://docs.julialang.org/en/v1/base/base/#public
Tenet.whatever
access). Those are the ones we must mark them as public.Compat.jl provides the
@public
macro which acts as a no-op in Julia 1.10The text was updated successfully, but these errors were encountered: