JuliaLang / Pkg.jl

Pkg - Package manager for the Julia programming language
https://pkgdocs.julialang.org
Other
609 stars 251 forks source link

Pkg.BinaryPlatforms: Explicitly itemize Base.BinaryPlatforms usage #3872

Open mkitti opened 2 months ago

mkitti commented 2 months ago

Currently, Pkg.BinaryPlatforms does using Base.BinaryPlatforms. This pull request itemizes the symbols used explicitly.