-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
elixir_ls: 0.14.6 -> 0.15.1 #241108
elixir_ls: 0.14.6 -> 0.15.1 #241108
Conversation
First release with support for Erlang/OTP 26. 26.0.2 or later required. https://github.com/elixir-lsp/elixir-ls/releases/tag/v0.15.1 elixir-lsp/elixir-ls#886 elixir-lsp/elixir-ls#923
Thank you ! |
This is still marked as draft, do you have more changes planned or do you want to do more testing ? |
I forgot to circle back after doing said testing 😸 |
After updating my elixir-ls has stopped working. I'm getting the following when running it.
|
@MartinElvar I took a very brief look at the 0.15.1 changelog and nothing struck me as obviously related to what you're seeing. Could you please review the open issues upstream and perhaps create one on the elixir-ls board to see if it is a problem the authors recognize? Two wrinkles I can volunteer now - I do not use with nixpkgs; (beam.packagesWith beam.interpreters.erlang_26).elixir-ls.override { elixir = beam.interpreters.elixir_1_15; } |
Hello @shanesveller, Thanks for taking the time to reply to me. I'm not using asdf either, but i guess the log about is only for information. I've tried to force a specfic version of elixir in the
I see that elixir_1_15 is compiled with OTP 25 and not 26, could this be the issue? |
The upgrade of the default erlang version from 25 to 26 has to be done at some point, but since it needs a bit of testing stuff, no one really has had the time for it. |
I will have a look this weekend, most of the problems should be fixed by now |
Description of changes
First LSP release with proper support for Erlang/OTP 26. 26.0.2 or later required for actual use.
For more info:
https://github.com/elixir-lsp/elixir-ls/releases/tag/v0.15.1
elixir-lsp/elixir-ls#886
elixir-lsp/elixir-ls#923
Things done
sandbox = true
set innix.conf
? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)