==> ecto_fields
Compiling 10 files (.ex)
warning: function embed_as/1 required by behaviour Ecto.Type is not implemented (in module EctoFields.Atom)
lib/fields/atom.ex:1: EctoFields.Atom (module)
warning: function equal?/2 required by behaviour Ecto.Type is not implemented (in module EctoFields.Atom)
lib/fields/atom.ex:1: EctoFields.Atom (module)
warning: function embed_as/1 required by behaviour Ecto.Type is not implemented (in module EctoFields.IP)
lib/fields/ip.ex:1: EctoFields.IP (module)
warning: function embed_as/1 required by behaviour Ecto.Type is not implemented (in module EctoFields.IPv4)
lib/fields/ip4.ex:1: EctoFields.IPv4 (module)
warning: function embed_as/1 required by behaviour Ecto.Type is not implemented (in module EctoFields.Email)
lib/fields/email.ex:1: EctoFields.Email (module)
warning: function equal?/2 required by behaviour Ecto.Type is not implemented (in module EctoFields.IP)
lib/fields/ip.ex:1: EctoFields.IP (module)
warning: function equal?/2 required by behaviour Ecto.Type is not implemented (in module EctoFields.Email)
lib/fields/email.ex:1: EctoFields.Email (module)
warning: function equal?/2 required by behaviour Ecto.Type is not implemented (in module EctoFields.IPv4)
lib/fields/ip4.ex:1: EctoFields.IPv4 (module)
warning: function embed_as/1 required by behaviour Ecto.Type is not implemented (in module EctoFields.Slug)
lib/fields/slug.ex:1: EctoFields.Slug (module)
warning: function embed_as/1 required by behaviour Ecto.Type is not implemented (in module EctoFields.PositiveInteger)
lib/fields/positive_integer.ex:1: EctoFields.PositiveInteger (module)
warning: function embed_as/1 required by behaviour Ecto.Type is not implemented (in module EctoFields.IPv6)
lib/fields/ip6.ex:1: EctoFields.IPv6 (module)
warning: function embed_as/1 required by behaviour Ecto.Type is not implemented (in module EctoFields.URL)
lib/fields/url.ex:1: EctoFields.URL (module)
warning: function equal?/2 required by behaviour Ecto.Type is not implemented (in module EctoFields.PositiveInteger)
lib/fields/positive_integer.ex:1: EctoFields.PositiveInteger (module)
warning: function equal?/2 required by behaviour Ecto.Type is not implemented (in module EctoFields.IPv6)
lib/fields/ip6.ex:1: EctoFields.IPv6 (module)
warning: function equal?/2 required by behaviour Ecto.Type is not implemented (in module EctoFields.Slug)
lib/fields/slug.ex:1: EctoFields.Slug (module)
warning: function equal?/2 required by behaviour Ecto.Type is not implemented (in module EctoFields.URL)
lib/fields/url.ex:1: EctoFields.URL (module)
Generated ecto_fields app
Here are my deps:
And the warnings shown during
mix.deps.get
: