andyferris / Dictionaries.jl

An alternative interface for dictionaries in Julia, for improved productivity and performance
Other
282 stars 28 forks source link

Creation from pair can create #undef entries #90

Closed SimonDanisch closed 2 years ago

SimonDanisch commented 2 years ago
julia> dictionary(["duration" => :rect, :spike =>  :cross])
2-element Dictionaries.Dictionary{Any, Symbol}
 "duration" │ #undef
     :spike │ :cross
andyferris commented 2 years ago

This was actually fixed but apparently I forgot to release, I'll do that now