-
Notifications
You must be signed in to change notification settings - Fork 258
Closed
Description
on julia 0.6, after JuliaLang/julia#18457, I get the following error
ERROR: LoadError: LoadError: ArgumentError: method definition for Type at /home/carlo/.julia/v0.6/DataStructures/src/hash_dict.jl:72 has free type variables
Stacktrace:
[1] include_from_node1(::String) at ./loading.jl:532
[2] include(::String) at ./sysimg.jl:14
[3] include_from_node1(::String) at ./loading.jl:532
[4] include(::String) at ./sysimg.jl:14
[5] anonymous at ./<missing>:2
while loading /home/carlo/.julia/v0.6/DataStructures/src/hash_dict.jl, in expression starting on line 72
while loading /home/carlo/.julia/v0.6/DataStructures/src/DataStructures.jl, in expression starting on line 70
And here is the culprit
HashDict{V}(kv::Tuple{Vararg{Pair{TypeVar(:K),V}}}) = HashDict{Any,V}(kv)
Metadata
Metadata
Assignees
Labels
No labels