Pkg.jl icon indicating copy to clipboard operation
Pkg.jl copied to clipboard

normalize potentially invalid chars in get_server_dir

Open pfitzseb opened this issue 3 years ago • 4 comments

get_server_dir breaks on Windows if the package server includes a port, because

julia> joinpath("/asd", "foo:20")
"foo:20"

pfitzseb avatar Nov 16 '20 16:11 pfitzseb