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

Warn about attempting to use Elixir with the wrong version of Erlang #31

Open
tsloughter opened this issue Aug 28, 2024 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@tsloughter
Copy link
Owner

If a user installs Elixir 1.17.2 with OTP-27 as their active Erlang then beamup will install the OTP-27 version of 1.17.2. If the user then switches to using OTP-26 then there should be at least a warning printed when the user runs an Elixir command.

Another option is to offer to install the same version of Elixir but built for OTP-26 when this happens.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

1 participant