Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix compilation warnings on Ecto 3.2.0 #63

Merged

Conversation

rinpatch
Copy link

@rinpatch rinpatch commented Sep 17, 2019

Ecto 3.2.0 defines two new callbacks for types, they provide default
implementations for them if the type uses use Ecto.Type instead of
@behaviour Ecto.Type, but this breaks compatibility with anything less
than Ecto 3.2.0, so the default implementations are just hardcoded here.

Closes #62

Ecto 3.2.0 defines two new callbacks for types, they provide default
implementations for them if the type uses `use Ecto.Type` instead of
`@behaviour Ecto.Type`, but this breaks compatibility with anything less
than Ecto 3.2.0, so the default implementations are just hardcoded here.
@rinpatch rinpatch force-pushed the fix/ecto-type-compilation-warnings branch from f6ec680 to aee4587 Compare September 17, 2019 10:26
@rinpatch rinpatch changed the title Fix compilation warnings on Ecto 3.20 Fix compilation warnings on Ecto 3.2.0 Sep 17, 2019
@coveralls
Copy link

coveralls commented Sep 17, 2019

Coverage Status

Coverage decreased (-0.4%) to 99.561% when pulling aee4587 on rinpatch:fix/ecto-type-compilation-warnings into 98fce08 on jshmrtn:master.

@maennchen maennchen merged commit 0311236 into maennchen:master Sep 18, 2019
@maennchen
Copy link
Owner

Released as 1.1.8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ecto 3.2 Warnings
3 participants