We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ssh
julia> URIs.URI(scheme = "ssh", host="test.com", userinfo="testuser" ) ERROR: ArgumentError: backtrace() requires scheme in uses_authority || isempty(host) Stacktrace: [1] macro expansion @ ~/.julia/packages/URIs/o9DQG/src/debug.jl:52 [inlined] [2] URI(uri::URI; scheme::String, userinfo::SubString{String}, host::String, port::SubString{String}, path::SubString{String}, query::SubString{String}, fragment::SubString{String}) @ URIs ~/.julia/packages/URIs/o9DQG/src/URIs.jl:70 [3] #URI#4 @ ~/.julia/packages/URIs/o9DQG/src/URIs.jl:83 [inlined] [4] top-level scope @ REPL[17]:1
I see ssh is not present in
URIs.jl/src/URIs.jl
Line 282 in 5a1a0a1
Any reason to exclude ssh?
The text was updated successfully, but these errors were encountered:
No reason to exclude; mind making a PR to add?
Sorry, something went wrong.
More generally #34
Successfully merging a pull request may close this issue.
I see
ssh
is not present inURIs.jl/src/URIs.jl
Line 282 in 5a1a0a1
Any reason to exclude
ssh
?The text was updated successfully, but these errors were encountered: