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

Mixing of the same Erlang and Elixir dependencies on different versions #6

Open
skkw opened this issue Mar 9, 2020 · 0 comments
Open

Comments

@skkw
Copy link
Contributor

skkw commented Mar 9, 2020

We need to figure out a way (if there is any) how to deal with external dependencies required by both AE node and application on top of AE plugin, on different versions.

Example case - Cowboy.
AE node uses it for HTTP API endpoints. AE_MDW uses it, via Phoenix.
Using the same version would mean, we would have to use old version of Phoenix, where it's Cowboy dependency version matches the one used in AE node.

It's now unclear how to do this sensibly, or if it's possible to do it at all, considering that AE node and application on top of AE plugin need to share the same path to libraries.

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

1 participant