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

Update to Ecto 3.0 and remove timex_ecto. This fixes #394 #398

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

johannesE
Copy link

This might be completely stupid. But I didn't find any usage of Timex.Ecto.* anywhere in the code and the Tests are still green.

Cast only accepts atoms in the future, so I made sure we were only using those.
Applications should not be defined. This would lead to errors otherwise.
migrations_path is now Ecto.Migrator.migrations_path
@johannesE
Copy link
Author

johannesE commented Nov 17, 2018

I also upgraded to Ecto 3.0. to fully fix #394. I fixed the resulting warnings and errors.

@johannesE johannesE changed the title Try to fix #394 by simply removing the timex_ecto dependency Update to Ecto 3.0 and remove timex_ecto. This fixes #394 Nov 17, 2018
@mikehostetler
Copy link

You can easily include this version of coherence into your app by adding the following to your mix.exs file:

{:coherence, git: "https://github.com/johannesE/coherence", branch: "#394"},

@johannesE
Copy link
Author

You can easily include this version of coherence into your app by adding the following to your mix.exs file:

{:coherence, git: "https://github.com/johannesE/coherence", branch: "#394"},

While that is true, I do not plan to become the new maintainer for coherence ;-).

Maybe someone could review this? @smpallen99

@augnustin
Copy link

I do not plan to become the new maintainer for coherence

You're on dude! Thanks 😄

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.

3 participants