JuliaPackaging/JLLWrappers.jl

Use type annotations for non const globals

Closed this issue · 0 comments

Using JuliaLang/julia#43671

Just as an example:

:(global artifact_dir = find_artifact_dir()),

could be type annotated to be a String.