Closed jvoegele closed 7 years ago
Diplomat.Key.parent
Diplomat.Entity.t
Diplomat.Key.t
Diplomat.Key
nil
%{}
map()
when is_map(...)
Merged and published v0.5.1 to hex. Thanks!
v0.5.1
Diplomat.Key.parent
field was using the wrong type (Diplomat.Entity.t
instead ofDiplomat.Key.t
)Diplomat.Key
are optional and need type specs that allow fornil
.%{}
to represent a map type, but this literally means an empty map so they were replaced with the typemap()
.%{}
withwhen is_map(...)
.