Skip to content
New issue

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

MethodError on latest master #45

Closed
kshyatt opened this issue Jun 9, 2016 · 1 comment
Closed

MethodError on latest master #45

kshyatt opened this issue Jun 9, 2016 · 1 comment

Comments

@kshyatt
Copy link

kshyatt commented Jun 9, 2016

JuliaLang/julia#16731 changed pointer_to_array and now:

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```
@malmaud
Copy link
Contributor

malmaud commented Jun 9, 2016

I'm really confused - isn't the first "Closest candidate" a matching method?

@malmaud malmaud closed this as completed Jun 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants