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
JuliaLang/julia#16731 changed pointer_to_array and now:
pointer_to_array
ERROR: MethodError: no method matching pointer_to_array(::Ptr{UInt8}, ::UInt64, ::Bool) Closest candidates are: pointer_to_array{T,N}(::Ptr{T}, ::Union{Integer,Tuple{Vararg{Int64,N}},Tuple{Vararg{Integer,N}}}, ::Bool) pointer_to_array{T,N}(::Ptr{T}, ::Union{Integer,Tuple{Vararg{Int64,N}},Tuple{Vararg{Integer,N}}}) in f_rng(::Ptr{Void}, ::Ptr{UInt8}, ::UInt64) at /Users/kshyatt/.julia/v0.5/MbedTLS/src/ctr_drbg.jl:23 in macro expansion at /Users/kshyatt/.julia/v0.5/MbedTLS/src/error.jl:3 [inlined] in handshake(::MbedTLS.SSLContext) at /Users/kshyatt/.julia/v0.5/MbedTLS/src/ssl.jl:131 in open_stream(::HttpCommon.Request, ::MbedTLS.SSLConfig, ::Float64, ::Nullable{URIParser.URI}, ::Nullable{URIParser.URI}) at /Users/kshyatt/.julia/v0.5/Requests/src/streaming.jl:209```
The text was updated successfully, but these errors were encountered:
I'm really confused - isn't the first "Closest candidate" a matching method?
Sorry, something went wrong.
No branches or pull requests
JuliaLang/julia#16731 changed
pointer_to_array
and now:The text was updated successfully, but these errors were encountered: