-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
Unexpected compiler response: {:error, %CompileError{...}}
#284
Comments
I'm on vacation right now by I'll take a look next week when I get back 👍 Thanks for the detailed bug report! Can you include OTP and macOS version as well tho? |
@mhanberg thanks for the quick reply. Enjoy your vacation :) I updated the original description, but have quick parsing it's: Once you're back and have time, let me know if you need debugging help, or if a public repo replicating it would help. |
Public repo reproducing the issue is always helpful! See you next week 😎 |
I'm back from vacation, will hopefully take a look umbrella app in Zed this week. If you do get time tho, a repro would be helpful, but now worries if you're busy |
I think I got my wires crossed with a different issue 😅 |
I'm seeing the same error, not sure if it's related or I should create another issue? Transport:
I'm using
LspInfo log:
Update:
|
Update: I've upgraded to
|
@slashmili I don't recommend swapping nextls into the elixirls lsp config config. Can you try with the official elixir-tools.nvim plugin? |
With regard to the original issue, I recommend trying again with the latest, as there is functionality to handle the dependency issues |
You are correct! sorry for my mistake. I didn't pay attention. As of using From my POV you may close the issue! |
I believe #401 should close out this issue, I will likely release it in v0.20.2, please update and let me know if you can still reproduce. I'll close the issue if I don't hear back in a while, but feel free to comment and I'll re-open |
NextLS Version: 0.13.4, from
brew
Transport: TCP
Editor + Version: VSCode, 1.83.1
Elixir Version: 1.13.4 (set globally w/ ASDF as
1.13.4-otp-25
)Erlang/OTP Version: 25.2.3 (set globally w/ ASDF as
25.2.3
)macOS Version + arch: 13.5.2 (Ventura), Intel x86
I'm seeing a compile error related to a private repo dep we have when I open an elixir file for our application
From the logs it seems like it's not because it's private, but just that it's the first dep that is being compiled.
Above the error listed below, I'm seeing tons of
run mix deps.get
style warnings for standard hex.pm hosted packages too, and I'm positive that my deps are pulled down for the proper version.I'm also seeing the typical "(Mix) Can't continue due to errors on dependencies", followed by a node down crash
I'm starting vscode from the command line, and have confirmed that
asdf
is setting Elixir to the same version as myasdf local
, just in case maybenextls
was callingelixir
from its own directory, or the directory I was running it in (same as the app), and potentially getting missing deps.after enabling verbose, clearing
./.elixir-tools/
and rerunning a little later:If I switch to 1.14+ for
asdf global
and load up fresh phx.new everything seems to work fine.The text was updated successfully, but these errors were encountered: