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

phoenix 1.4 #410

Closed
MattGaud2425 opened this issue Dec 21, 2018 · 4 comments
Closed

phoenix 1.4 #410

MattGaud2425 opened this issue Dec 21, 2018 · 4 comments

Comments

@MattGaud2425
Copy link

Failed to use "ecto" (versions 2.0.0, 2.0.1, 2.0.2, 2.0.3, 2.0.4, 2.0.5, 2.0.6, 2.1.0, 2.1.1, 2.1.2, 2.1.3, 2.1.4, 2.1.5, 2.1.6, 2.2.0, 2.2.1, 2.2.2, 2.2.3, 2.2.4, 2.2.5, 2.2.6, 2.2.7, 2.2.8, 2.2.9, 2.2.10, 2.2.11) because
deps/coherence/mix.exs requires ~> 2.0
ecto_sql (version 3.0.3) requires ~> 3.0.4

@MattGaud2425
Copy link
Author

Compiling 49 files (.ex)

== Compilation error in file lib/mix/tasks/coh.clean.ex ==
** (CompileError) lib/mix/tasks/coh.clean.ex:309: undefined function migrations_path/1
(stdlib) lists.erl:1338: :lists.foreach/2
(stdlib) erl_eval.erl:677: :erl_eval.do_apply/6
(elixir) lib/kernel/parallel_compiler.ex:206: anonymous fn/4 in Kernel.ParallelCompiler.spawn_workers/6
could not compile dependency :coherence, "mix compile" failed. You can recompile this dependency with "mix deps.compile coherence", update it with "mix deps.update coherence" or clean it with "mix deps.clean coherence"

@JesperWe
Copy link

This is well known and there is already PR #400 which passes all tests but no one is merging it unfortunately...

@thalesmiguel
Copy link

@mattgaudio As mentioned by @JesperWe, the PR that fix this is ready but still not merged.
For now, you could use something like [{:coherence, git: "https://github.com/appprova/coherence.git", branch: "upgrade-to-phoenix-1.4"}] on your mix.exs file. This is the repository used to open the PR mentioned above.

@MattGaud2425
Copy link
Author

Issue is outdated and fixed.

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

No branches or pull requests

3 participants