JuliaBesties / BestieTemplate.jl

Template for Julia Programming Language packages using the copier engine.
http://JuliaBesties.github.io/BestieTemplate.jl/
Mozilla Public License 2.0
43 stars 9 forks source link

Enable public API checks via ExplicitImports #471

Open abelsiqueira opened 1 week ago

abelsiqueira commented 1 week ago

Description

It is not yet possible to always ensure that we're not using non-public API, because many packages have not adopted the Public API definition of 1.11. E.g., YAML and TOML (from stdlib) that Bestie uses.

Validation and testing

No response

Motivation

No response

Target audience

No response

Can you help?

No response