Hi,
I really don't know what to make of this? Am I missing something? Any help
greatly appreciated.
I have this function:
function render(p::Dict{AbstractString,Any})
and I call it sending it
Dict{UTF8String,Any}("search"=>Dict{UTF8String,Any}("rank"=>0.094717,
"headline"=>"**web** server for 2016.** Escher's built-in **web** server
allows you to create interactive"),"links"=>Dict{UTF8String,Any}("self"=>
"/api/v1/packages/466"),"attributes"=>Dict{UTF8String,Any}("name"=>"Escher",
"url"=>"git://github.com/shashi/Escher.jl.git"),"id"=>466,"type"=>"packages"
)
and then I get
ERROR: MethodError: `render` has no method matching render(::Dict{UTF8String
,Any})
[inlined code] from /Users/adrian/Dropbox/Projects/pkg_search/src/PkgSearch
.jl:156
in __process_results#5__ at no file:0
in _lookup at /Users/adrian/Dropbox/Projects/pkg_search/src/PkgSearch.jl:64
in lookup at /Users/adrian/Dropbox/Projects/pkg_search/src/PkgSearch.jl:44
A