-
Notifications
You must be signed in to change notification settings - Fork 3.4k
mix's GenServer :get_stack call failing on main branch #12574
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
Comments
I cannot reproduce this. Here is what I do:
Can you please provide more information on how you get this exception? which commands are you running? where? |
When running The problem I'm having is with using the I get the error simply by trying to run the mix binary inside the
But I'm not sure this is the correct way of doing things |
Mix is an Elixir script and it will use whatever Elixir is in your path. You can see it even reports different version. You just add bin to your $PATH and then all should be good! |
Elixir and Erlang/OTP versions
Erlang/OTP 25 [erts-13.2.2] [source] [64-bit] [smp:32:16] [ds:32:16:10] [async-threads:1] [jit:ns]
Elixir 1.14.4 (compiled with Erlang/OTP 25)
Operating system
Linux nixos 6.1.24 #1-NixOS SMP PREEMPT_DYNAMIC Thu Apr 13 14:55:40 UTC 2023 x86_64 GNU/Linux
Current behavior
When checking out the main branch and trying to run the
mix
tool, I'm getting the following error:The other tools are working fine
Expected behavior
Running from the main branch, mix should not crash.
I'm still not used to compiling and running custom version of the tooling, so maybe the error is on my end.
The text was updated successfully, but these errors were encountered: